From: Jeff King Date: Wed, 24 Jul 2013 08:01:21 +0000 (-0400) Subject: docs: fix 'report-status' protocol capability thinko X-Git-Tag: v1.8.4-rc1~14^2~4 X-Git-Url: http://git.scripts.mit.edu/?a=commitdiff_plain;h=9a621ad085c646a0146cc073fcc8dc49b89f574a;p=git.git docs: fix 'report-status' protocol capability thinko The report-status capability is understood by receive-pack, not upload-pack. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/Documentation/technical/protocol-capabilities.txt b/Documentation/technical/protocol-capabilities.txt index b15517fa06..11467ffa87 100644 --- a/Documentation/technical/protocol-capabilities.txt +++ b/Documentation/technical/protocol-capabilities.txt @@ -168,7 +168,7 @@ of whether or not there are tags available. report-status ------------- -The upload-pack process can receive a 'report-status' capability, +The receive-pack process can receive a 'report-status' capability, which tells it that the client wants a report of what happened after a packfile upload and reference update. If the pushing client requests this capability, after unpacking and updating references the server