]> git.donarmstrong.com Git - lilypond.git/commitdiff
CG: warn about rebasing when editing translation committishes
authorJohn Mandereau <john.mandereau@gmail.com>
Sun, 9 Aug 2009 21:52:08 +0000 (23:52 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Sun, 9 Aug 2009 22:25:14 +0000 (00:25 +0200)
Documentation/contributor/git-starting.itexi

index 0a150d004935c951fa22093c7239bfe09f278f4e..d3886c525a8d515ac16087d7d6a60860dfa23a9e 100644 (file)
@@ -188,6 +188,20 @@ master branch in your @file{.git/config}, like so:
         rebase = true
 @end example
 
+@warning{translators and documentation editors, if you have changed
+committishes in the head of translated files using commits you have not
+yet pushed to @code{git.sv.gnu.org}, please do not rebase.  If you want
+to avoid wondering whether you should rebase each time you pull, please
+always use committishes from master and/or lilypond/translation branch
+on @code{git.sv.gnu.org}, which in particular implies that you must push
+your changes to documentation except committishes updates (possibly
+after having rebased), then update the committishes and push them.}
+
+@c FIXME: when committishes automatic conditional update have been
+@c tested and documented, append the following to the warning above:
+@c Note that using update-committishes make target generally touches
+@c committishes.
+
 
 @node Resolving conflicts
 @subsection Resolving conflicts