Skip to content

Commit

Permalink
git-commit.txt - mention that files listed on the command line must b…
Browse files Browse the repository at this point in the history
…e known to git.

Signed-off-by: Mark Burton <markb@ordern.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Mark Burton authored and Junio C Hamano committed Nov 19, 2008
1 parent c2e6385 commit 6fc4a7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/git-commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ The content to be added can be specified in several ways:

3. by listing files as arguments to the 'commit' command, in which
case the commit will ignore changes staged in the index, and instead
record the current content of the listed files;
record the current content of the listed files (which must already
be known to git);

4. by using the -a switch with the 'commit' command to automatically
"add" changes from all known files (i.e. all files that are already
Expand Down

0 comments on commit 6fc4a7e

Please sign in to comment.