diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2013-07-26 18:01:54 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-26 08:33:38 -0700 |
commit | 4acbe91a82fa89d2d6f8839e891928e790ed867f (patch) | |
tree | b4440b880f0de9960a079f0c45f1ae0891b8b93b /Documentation/technical | |
parent | 69fb96037fed30e7206f5ebab3d17f7989166120 (diff) | |
download | git-4acbe91a82fa89d2d6f8839e891928e790ed867f.tar.gz |
document 'allow-tip-sha1-in-want' capabilityjk/capabilities-doc
See 390eb36 (upload-pack: optionally allow fetching from the tips of
hidden refs - 2013-01-28) for more information.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/protocol-capabilities.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/technical/protocol-capabilities.txt b/Documentation/technical/protocol-capabilities.txt index ec131b6d03..fd8ffa5df3 100644 --- a/Documentation/technical/protocol-capabilities.txt +++ b/Documentation/technical/protocol-capabilities.txt @@ -210,3 +210,10 @@ be shown when processing the received pack. A send-pack client should respond with the 'quiet' capability to suppress server-side progress reporting if the local progress reporting is also being suppressed (e.g., via `push -q`, or if stderr does not go to a tty). + +allow-tip-sha1-in-want +---------------------- + +If the upload-pack server advertises this capability, fetch-pack may +send "want" lines with SHA-1s that exist at the server but are not +advertised by upload-pack. |