Skip to content

Commit

Permalink
docs: fix 'report-status' protocol capability thinko
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Jul 24, 2013
1 parent 1599999 commit 9a621ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/technical/protocol-capabilities.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a621ad

Please sign in to comment.