aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-fetch-pack.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-09-09 14:30:01 -0700
committerJunio C Hamano <gitster@pobox.com>2013-09-09 14:30:01 -0700
commit711b2769740637e228c8200927e96b31f2065d32 (patch)
tree423a57f9f9edc28bbca1c9d607cae0fa72782884 /Documentation/git-fetch-pack.txt
parent01a2a03c56e8d4cd9724b185a48a2a1ea9852f0c (diff)
parent9ba380481cc3a5ae7706763d71cf8844917ed804 (diff)
downloadgit-711b2769740637e228c8200927e96b31f2065d32.tar.gz
Merge branch 'nd/clone-connectivity-shortcut'
* nd/clone-connectivity-shortcut: smart http: use the same connectivity check on cloning
Diffstat (limited to 'Documentation/git-fetch-pack.txt')
-rw-r--r--Documentation/git-fetch-pack.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-fetch-pack.txt b/Documentation/git-fetch-pack.txt
index 1e71754347..444b805d35 100644
--- a/Documentation/git-fetch-pack.txt
+++ b/Documentation/git-fetch-pack.txt
@@ -90,6 +90,10 @@ be in a separate packet, and the list must end with a flush packet.
--no-progress::
Do not show the progress.
+--check-self-contained-and-connected::
+ Output "connectivity-ok" if the received pack is
+ self-contained and connected.
+
-v::
Run verbosely.