]> git.scripts.mit.edu Git - git.git/commitdiff
docs: fix 'report-status' protocol capability thinko
authorJeff King <peff@peff.net>
Wed, 24 Jul 2013 08:01:21 +0000 (04:01 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Jul 2013 22:57:01 +0000 (15:57 -0700)
The report-status capability is understood by receive-pack,
not upload-pack.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/protocol-capabilities.txt

index b15517fa06bd782fb757e6b0836f9bceea8b7c05..11467ffa878ce3212cf578ae355dd3d19cdabc6f 100644 (file)
@@ -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