summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b56aaa)
raw | patch | inline | side by side (parent: 5b56aaa)
author | David Kastrup <dak@gnu.org> | |
Mon, 6 Aug 2007 12:56:32 +0000 (14:56 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 7 Aug 2007 06:25:10 +0000 (23:25 -0700) |
Signed-off-by: David Kastrup <dak@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt | patch | blob | history |
index 63599d382827e69341983a80d64d53dd18e9ac4e..e54fb12103d4e4955f41532566cb4558432a97bb 100644 (file)
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");