diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-10-19 16:07:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-10-19 16:07:07 -0700 |
commit | adcb2e0f466aa39cc5f15d5a76d1151f6c47daf2 (patch) | |
tree | f02b40f639e9e2b14e2eddb26e7845b1bc963edb /Documentation | |
parent | 449acfababda44368227904c3fd1378f23541a6f (diff) | |
parent | 21188b1eafd3741fda0f7905dc997279a17b50ba (diff) | |
download | git-adcb2e0f466aa39cc5f15d5a76d1151f6c47daf2.tar.gz |
Merge branch 'mv/clonev'
* mv/clonev:
Implement git clone -v
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-clone.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 0e14e732fd..95f08b9114 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -90,6 +90,11 @@ then the cloned repository will become corrupt. Operate quietly. This flag is also passed to the `rsync' command when given. +--verbose:: +-v:: + Display the progressbar, even in case the standard output is not + a terminal. + --no-checkout:: -n:: No checkout of HEAD is performed after the clone is complete. |