All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: pack-protocol correct NAK response
@ 2016-07-22 20:28 Stefan Beller
  2016-07-22 20:31 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Beller @ 2016-07-22 20:28 UTC (permalink / raw)
  To: gitster; +Cc: git, Stefan Beller

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>
---
 Documentation/technical/pack-protocol.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt
index 8b36343..d40ab65 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:
-- 
2.9.2.370.g4a59376.dirty


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: pack-protocol correct NAK response
  2016-07-22 20:28 [PATCH] Documentation: pack-protocol correct NAK response Stefan Beller
@ 2016-07-22 20:31 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2016-07-22 20:31 UTC (permalink / raw)
  To: Stefan Beller; +Cc: Git Mailing List

On Fri, Jul 22, 2016 at 1:28 PM, Stefan Beller <sbeller@google.com> wrote:
> In the transport protocol we use NAK to signal the non existence of a
> common base, so fix the documentation.

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-22 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-22 20:28 [PATCH] Documentation: pack-protocol correct NAK response Stefan Beller
2016-07-22 20:31 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.