]> git.ipfire.org Git - thirdparty/git.git/commitdiff
pack-protocol.txt: fix insconsistent spelling of "packfile"
authorPatrick Steinhardt <ps@pks.im>
Sun, 17 May 2015 06:56:54 +0000 (08:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 17 May 2015 18:25:00 +0000 (11:25 -0700)
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/pack-protocol.txt

index 462e20645f1ea87dcc04938b8ca504bd0d7d7636..812d857370338e99219175eaac35f772b5095a8a 100644 (file)
@@ -502,11 +502,11 @@ MUST NOT send a push-cert command.  When a push-cert command is
 sent, command-list MUST NOT be sent; the commands recorded in the
 push certificate is used instead.
 
-The pack-file MUST NOT be sent if the only command used is 'delete'.
+The packfile MUST NOT be sent if the only command used is 'delete'.
 
-A pack-file MUST be sent if either create or update command is used,
+A packfile MUST be sent if either create or update command is used,
 even if the server already has all the necessary objects.  In this
-case the client MUST send an empty pack-file.   The only time this
+case the client MUST send an empty packfile.   The only time this
 is likely to happen is if the client is creating
 a new branch or a tag that points to an existing obj-id.