diff options
author | Jeff King <peff@peff.net> | 2013-07-24 04:01:21 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-24 15:57:01 -0700 |
commit | 9a621ad085c646a0146cc073fcc8dc49b89f574a (patch) | |
tree | aecf64e40270e0481171bb5f74a72024ddc88769 /Documentation/technical | |
parent | 15999998fbda60552742275570947431b57108ae (diff) | |
download | git-9a621ad085c646a0146cc073fcc8dc49b89f574a.tar.gz |
docs: fix 'report-status' protocol capability thinko
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>
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/protocol-capabilities.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |