summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2007-07-12 23:54:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-07-13 03:22:06 (GMT)
commitfd0368f985c2d6179d76cdf3569b0798d42f9196 (patch)
tree38a5fcb9e9096ce112e41c5162462c939f588340 /Documentation
parentdbddb714b0e69ef15fba64e74f34244ab95f0610 (diff)
downloadgit-fd0368f985c2d6179d76cdf3569b0798d42f9196.zip
git-fd0368f985c2d6179d76cdf3569b0798d42f9196.tar.gz
git-fd0368f985c2d6179d76cdf3569b0798d42f9196.tar.bz2
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')
-rw-r--r--Documentation/git-clone.txt1
-rw-r--r--Documentation/git-commit.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 2f39864..a0a10e3 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -64,6 +64,7 @@ OPTIONS
Operate quietly. This flag is passed to "rsync" and
"git-fetch-pack" commands when given.
+--no-checkout::
-n::
No checkout of HEAD is performed after the clone is complete.
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 53a7bb0..352a494 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::