Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-08-05 00:39:16 +0300
committerJunio C Hamano <gitster@pobox.com>2016-08-05 00:39:16 +0300
commit10881f076e19fbd0fa7b753b7c6c8203b419be83 (patch)
treeed6f9e86308f23aabf160322884fb56ef87d3560 /Documentation
parent80460f513ebd7851953f5402dd9744236128b240 (diff)
parent280abfd4f5055922e8abcbb988fa0a8df0eef128 (diff)
Merge branch 'sb/pack-protocol-doc-nak'
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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt
index 7a2ed30cfc..736f3894a8 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: