Skip to content

Commit bbf431c

Browse files
pks-tgitster
authored andcommitted
doc: fix inconsistent spelling of "packfile"
Fix remaining instances where "pack-file" is used instead of "packfile". Some places remain where we still use "pack-file", This is the case when we explicitly refer to a file with a ".pack" extension as opposed to a data source providing a pack data stream. Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3890dae commit bbf431c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/git-unpack-objects.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git-unpack-objects - Unpack objects from a packed archive
99
SYNOPSIS
1010
--------
1111
[verse]
12-
'git unpack-objects' [-n] [-q] [-r] [--strict] < <pack-file>
12+
'git unpack-objects' [-n] [-q] [-r] [--strict] < <packfile>
1313

1414

1515
DESCRIPTION

Documentation/technical/pack-protocol.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ contain all the objects that the server will need to complete the new
465465
references.
466466

467467
----
468-
update-request = *shallow ( command-list | push-cert ) [pack-file]
468+
update-request = *shallow ( command-list | push-cert ) [packfile]
469469

470470
shallow = PKT-LINE("shallow" SP obj-id LF)
471471

@@ -491,7 +491,7 @@ references.
491491
*PKT-LINE(gpg-signature-lines LF)
492492
PKT-LINE("push-cert-end" LF)
493493

494-
pack-file = "PACK" 28*(OCTET)
494+
packfile = "PACK" 28*(OCTET)
495495
----
496496

497497
If the receiving end does not support delete-refs, the sending end MUST

0 commit comments

Comments
 (0)