aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-commit.txt
diff options
context:
space:
mode:
authorDavid Kastrup <dak@gnu.org>2007-08-06 14:56:32 +0200
committerJunio C Hamano <gitster@pobox.com>2007-08-06 23:25:10 -0700
commitf9935bf9312dd6681e5051fbdce03204b6458c73 (patch)
treefed889b3ebe11c66dede6f1a0ff9477a5b0cf223 /Documentation/git-commit.txt
parent5b56aaa29e9d7c0371b6d47bd8a6b12a0c4292dd (diff)
downloadgit-f9935bf9312dd6681e5051fbdce03204b6458c73.tar.gz
Documentation/git-commit.txt: correct bad list formatting.
Signed-off-by: David Kastrup <dak@gnu.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r--Documentation/git-commit.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 63599d3828..e54fb12103 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/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");