summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-11-19 02:07:56 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-11-19 02:07:56 +0000
commit50819852ad0116eb701bcb146878aac0b62fb6c4 (patch)
tree9ceb25c057f6fc70144d6b0266766227549fa32e /git-commit.txt
parentf66eceee45f71de09283b7e04e7098e3120e6ca4 (diff)
downloadgit-htmldocs-50819852ad0116eb701bcb146878aac0b62fb6c4.tar.gz
Autogenerated HTML docs for v1.6.0.4-766-g6fc4a
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-commit.txt b/git-commit.txt
index 2e62165fa..a1ce9a8bf 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -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