commit | 280abfd4f5055922e8abcbb988fa0a8df0eef128 | [log] [tgz] |
---|---|---|
author | Stefan Beller <sbeller@google.com> | Fri Jul 22 13:28:20 2016 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jul 22 13:31:55 2016 -0700 |
tree | 650549f25b3b3d1a800d9389127519996bbde19b | |
parent | 765428699a5381f113d19974720bc91b5bfeaf1d [diff] |
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 <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>