Skip to content

Commit 9a621ad

Browse files
peffgitster
authored andcommitted
docs: fix 'report-status' protocol capability thinko
The report-status capability is understood by receive-pack, not upload-pack. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1599999 commit 9a621ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/protocol-capabilities.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ of whether or not there are tags available.
168168
report-status
169169
-------------
170170

171-
The upload-pack process can receive a 'report-status' capability,
171+
The receive-pack process can receive a 'report-status' capability,
172172
which tells it that the client wants a report of what happened after
173173
a packfile upload and reference update. If the pushing client requests
174174
this capability, after unpacking and updating references the server

0 commit comments

Comments
 (0)