Skip to content

Commit 4667391

Browse files
pks-tgitster
authored andcommitted
git-unpack-objects.txt: fix inconsistent spelling of "packfile"
Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d017a45 commit 4667391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-unpack-objects.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ the objects contained within and writing them into the repository in
1919
"loose" (one object per file) format.
2020

2121
Objects that already exist in the repository will *not* be unpacked
22-
from the pack-file. Therefore, nothing will be unpacked if you use
23-
this command on a pack-file that exists within the target repository.
22+
from the packfile. Therefore, nothing will be unpacked if you use
23+
this command on a packfile that exists within the target repository.
2424

2525
See linkgit:git-repack[1] for options to generate
2626
new packs and replace existing ones.

0 commit comments

Comments
 (0)