Skip to content

Commit 280abfd

Browse files
stefanbellergitster
authored andcommitted
Documentation: pack-protocol correct NAK response
In the transport protocol we use NAK to signal the non existence of a common base, so fix the documentation. This helps readers of the document, as they don't have to wonder about the difference between NAK and NACK. As NACK is used in git archive and upload-archive, this is easy to get wrong. Signed-off-by: Stefan Beller <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7654286 commit 280abfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/pack-protocol.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ In multi_ack mode:
302302
ready to make a packfile, it will blindly ACK all 'have' obj-ids
303303
back to the client.
304304

305-
* the server will then send a 'NACK' and then wait for another response
305+
* the server will then send a 'NAK' and then wait for another response
306306
from the client - either a 'done' or another list of 'have' lines.
307307

308308
In multi_ack_detailed mode:

0 commit comments

Comments
 (0)