diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-02-17 10:13:28 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-02-17 10:13:28 -0800 |
commit | 9f03176ef679ea5e0fb9088529180db72ae0764b (patch) | |
tree | cf143adf70750c6aa1ddc7d111ff26c812da81a9 /Documentation/git-clone.txt | |
parent | 494398473714dcbedb38b1ac79b531c7384b3bc4 (diff) | |
parent | 0d0bac67ce3b3f2301702573f6acc100798d7edd (diff) | |
download | git-9f03176ef679ea5e0fb9088529180db72ae0764b.tar.gz |
Merge branch 'jk/drop-rsync-transport'
It turns out "git clone" over rsync transport has been broken when
the source repository has packed references for a long time, and
nobody noticed nor complained about it.
* jk/drop-rsync-transport:
transport: drop support for git-over-rsync
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r-- | Documentation/git-clone.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 789b668f77..b7c467a001 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -115,8 +115,7 @@ objects from the source repository into a pack in the cloned repository. --quiet:: -q:: Operate quietly. Progress is not reported to the standard - error stream. This flag is also passed to the `rsync' - command when given. + error stream. --verbose:: -v:: |