diff options
author | Jakub Narebski <jnareb@gmail.com> | 2007-07-13 01:54:07 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-12 20:22:06 -0700 |
commit | fd0368f985c2d6179d76cdf3569b0798d42f9196 (patch) | |
tree | 38a5fcb9e9096ce112e41c5162462c939f588340 /Documentation/git-commit.txt | |
parent | dbddb714b0e69ef15fba64e74f34244ab95f0610 (diff) | |
download | git-fd0368f985c2d6179d76cdf3569b0798d42f9196.tar.gz |
Document long options '--message=<msg>' and '--no-commit'
Document that '--message=<msg>' is long version of '-m <msg>' in
git-commit, and that '--no-checkout' is long version of '-n' in
git-clone.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r-- | Documentation/git-commit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 53a7bb0895..352a494cb4 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -71,7 +71,7 @@ OPTIONS Override the author name used in the commit. Use `A U Thor <author@example.com>` format. --m <msg>:: +-m <msg>|--message=<msg>:: Use the given <msg> as the commit message. -s|--signoff:: |