diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-08-08 14:21:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-08 14:21:47 -0700 |
commit | 593be730f21a10b14368464180d1e6f3402b8c4a (patch) | |
tree | c0d31ce46b5df75921da07bca4d6827b6c0e1cf1 /Documentation | |
parent | Merge branch 'rs/submodule-config-code-cleanup' into maint (diff) | |
parent | Documentation: pack-protocol correct NAK response (diff) | |
download | tgif-593be730f21a10b14368464180d1e6f3402b8c4a.tar.xz |
Merge branch 'sb/pack-protocol-doc-nak' into maint
A doc update.
* sb/pack-protocol-doc-nak:
Documentation: pack-protocol correct NAK response
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/technical/pack-protocol.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt index 8b36343802..d40ab65496 100644 --- a/Documentation/technical/pack-protocol.txt +++ b/Documentation/technical/pack-protocol.txt @@ -307,7 +307,7 @@ In multi_ack mode: ready to make a packfile, it will blindly ACK all 'have' obj-ids back to the client. - * the server will then send a 'NACK' and then wait for another response + * the server will then send a 'NAK' and then wait for another response from the client - either a 'done' or another list of 'have' lines. In multi_ack_detailed mode: |