diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-09-09 14:30:01 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-09-09 14:30:01 -0700 |
commit | 711b2769740637e228c8200927e96b31f2065d32 (patch) | |
tree | 423a57f9f9edc28bbca1c9d607cae0fa72782884 /Documentation/git-fetch-pack.txt | |
parent | Merge branch 'jc/diff-filter-negation' (diff) | |
parent | smart http: use the same connectivity check on cloning (diff) | |
download | tgif-711b2769740637e228c8200927e96b31f2065d32.tar.xz |
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.txt | 4 |
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. |