[PATCH 5/4] document 'allow-tip-sha1-in-want' capability

2013-07-26 Thread Nguyễn Thái Ngọc Duy
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 pclo...@gmail.com
---
 Maybe this too for completeness..

 Documentation/technical/protocol-capabilities.txt | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/technical/protocol-capabilities.txt 
b/Documentation/technical/protocol-capabilities.txt
index ec131b6..31cbe07 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.
-- 
1.8.2.83.gc99314b

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 5/4] document 'allow-tip-sha1-in-want' capability

2013-07-26 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy pclo...@gmail.com writes:

 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 pclo...@gmail.com
 ---
  Maybe this too for completeness..

You are absolutely right, and this exists only on the fetch vs
upload-pack side, so there is no need to update the introductory
text and the change in this patch is sufficient and complete.

Thanks.

  Documentation/technical/protocol-capabilities.txt | 7 +++
  1 file changed, 7 insertions(+)

 diff --git a/Documentation/technical/protocol-capabilities.txt 
 b/Documentation/technical/protocol-capabilities.txt
 index ec131b6..31cbe07 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.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html