aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2007-07-13 01:54:07 +0200
committerJunio C Hamano <gitster@pobox.com>2007-07-12 20:22:06 -0700
commitfd0368f985c2d6179d76cdf3569b0798d42f9196 (patch)
tree38a5fcb9e9096ce112e41c5162462c939f588340 /Documentation/git-clone.txt
parentdbddb714b0e69ef15fba64e74f34244ab95f0610 (diff)
downloadgit-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-clone.txt')
-rw-r--r--Documentation/git-clone.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 2f39864b8e..a0a10e3e26 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.