]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Add info on added files to Contributor Guide
authorCarl Sorensen <c_sorensen@byu.edu>
Sun, 17 Jan 2010 01:15:05 +0000 (18:15 -0700)
committerCarl Sorensen <c_sorensen@byu.edu>
Sun, 17 Jan 2010 01:15:05 +0000 (18:15 -0700)
Documentation/contributor/working.itexi

index 8eb5771577aee20fa2ff713bfb69e27f956ba882..dbdb77cacc425526184d165e69339378a583f426 100644 (file)
@@ -689,7 +689,9 @@ git commit -a
 
 @noindent
 The @code{-a} is short for @code{--all} which includes modified
-and deleted files, but not newly created files.
+and deleted files, but only those newly created files that have
+previously been added.
+
 @end enumerate