Browse Source

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>
maint
David Kastrup 17 years ago committed by Junio C Hamano
parent
commit
f9935bf931
  1. 1
      Documentation/git-commit.txt

1
Documentation/git-commit.txt

@ -19,6 +19,7 @@ Use 'git commit' to store the current contents of the index in a new @@ -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");

Loading…
Cancel
Save