summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-24 18:19:46 +0100
committerwm4 <wm4@nowhere>2013-11-24 18:29:41 +0100
commit16877031a8050517d7f2cb672102087e9a00ed93 (patch)
tree12aadfa377462068465be14690328f797a0a1bec
parent71ad7847e18339994ce5a71f4b0a7ee124224606 (diff)
downloadmpv-build-waf-plus-kill-submodules.tar.bz2
mpv-build-waf-plus-kill-submodules.tar.xz
README.rst: add a warning about making local changeswaf-plus-kill-submodules
-rw-r--r--README.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1cd1536..89d30cc 100644
--- a/README.rst
+++ b/README.rst
@@ -123,6 +123,18 @@ You can build a full mpv Debian package with the following command:
The .deb file will be created in the parent directory. (4 is the number
of jobs running in parallel - you can change it.)
+Local changes to the git repositories
+=====================================
+
+Making local changes to the created git repositories is generally discouraged.
+Updating might remove local changes or conflict with them. Sometimes the
+repositories might be wiped entirely. If you make local changes, always keep
+them in a separate repository and merge them after updating.
+
+In general, changes to the mpv-build repository itself are relatively safe,
+keeping branches in sub-repositories might be ok, and making local, uncommitted
+changes in sub-repositories will break.
+
Forcing master versions of all parts
====================================