]> git.donarmstrong.com Git - lilypond.git/commitdiff
CG: explicitly detail the correct values for git cl config
authorAdam Spiers <lilypond@adamspiers.org>
Sun, 13 Jan 2013 23:10:54 +0000 (23:10 +0000)
committerAdam Spiers <lilypond@adamspiers.org>
Sat, 26 Jan 2013 12:47:33 +0000 (12:47 +0000)
http://thread.gmane.org/gmane.comp.gnu.lilypond.devel/46915/focus=52447

Documentation/contributor/source-code.itexi

index 72b05175d8d3f2d3dde667a7891b20fea2f737fd..861e4db6a37a4f313990f55a44ce9b121277792b 100644 (file)
@@ -1291,20 +1291,28 @@ use any email address for your google account when you sign up.
 
 @item
 Move into the top source directory and then configure @command{git
-cl} with the following commands.  If you do not understand any
-question, just answer with a newline (CR).
+cl} with the following commands:
 
 @example
 cd $LILYPOND_GIT
 git cl config
 @end example
 
+For the @qq{Rietveld server} question, the default value
+(@qq{codereview.appspot.com}) should be accepted by
+answering with a newline (CR).
+
 The @qq{CC list} question should be answered with:
 
 @example
 lilypond-devel@@gnu.org
 @end example
 
+The @qq{Tree status URL} value should be left blank.  So should
+the @qq{ViewVC URL} value, since it is used by @command{git cl
+dcommit} which is only for repositories which use @command{git
+svn} (LilyPond doesn't).
+
 @end enumerate
 
 @subsubheading Uploading patch set