summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-08-08 09:21:16 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-08-08 09:21:16 +0000
commitb515b6a4d0d6c3d14be2f83e9a971495d1f16b30 (patch)
treed1afbfe84b7f650af05a1f217beb29299ea9890d /git-commit.txt
parente9bfa9b2c97714ddb520595db729bcad416ce1d3 (diff)
downloadgit-htmldocs-b515b6a4d0d6c3d14be2f83e9a971495d1f16b30.tar.gz
Autogenerated HTML docs for v1.5.3-rc4-29-g74276
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-commit.txt b/git-commit.txt
index 63599d382..e54fb1210 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -19,6 +19,7 @@ Use 'git commit' to store the current contents of the index in a new
commit along with a log message describing the changes you have made.
The content to be added can be specified in several ways:
+
1. by using gitlink:git-add[1] to incrementally "add" changes to the
index before using the 'commit' command (Note: even modified
files must be "added");