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-clone.txt | |
parent | dbddb714b0e69ef15fba64e74f34244ab95f0610 (diff) | |
download | git-fd0368f985c2d6179d76cdf3569b0798d42f9196.tar.gz git-fd0368f985c2d6179d76cdf3569b0798d42f9196.tar.xz |
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.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 2f39864b8..a0a10e3e2 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. |