X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-clone.txt;h=f43c8b2c08ab4ca45f759369dc3d8e85c9f76415;hb=e7b3cea0f7589c57f7bb808330e32bdd7f901c95;hp=7ccd742a87db1541184868b794fa4ef597d04de8;hpb=66276d972c0682d49773c20ca67c33bdab9ab76d;p=git.git diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 7ccd742a8..f43c8b2c0 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -96,13 +96,19 @@ objects from the source repository into a pack in the cloned repository. --quiet:: -q:: - Operate quietly. This flag is also passed to the `rsync' + Operate quietly. Progress is not reported to the standard + error stream. This flag is also passed to the `rsync' command when given. --verbose:: -v:: - Display the progress bar, even in case the standard output is not - a terminal. + Run verbosely. + +--progress:: + Progress status is reported on the standard error stream + by default when it is attached to a terminal, unless -q + is specified. This flag forces progress status even if the + standard error stream is not directed to a terminal. --no-checkout:: -n::