diff options
author | Patrick Steinhardt <ps@pks.im> | 2015-05-22 08:22:04 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-05-22 09:00:17 -0700 |
commit | bbf431c9ae291f670445ae6cbb15ae3a570c0d45 (patch) | |
tree | 9ae0e11a8728e69389fffcf3bcaeb2a1386048ac /Documentation/git-unpack-objects.txt | |
parent | 3890dae97014c2d8da06e26c0e43f12284ac3bdc (diff) | |
download | git-bbf431c9ae291f670445ae6cbb15ae3a570c0d45.tar.gz |
doc: fix inconsistent spelling of "packfile"ps/doc-packfile-vs-pack-file
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 <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-unpack-objects.txt')
-rw-r--r-- | Documentation/git-unpack-objects.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt index 894d20bb54..07d432988f 100644 --- a/Documentation/git-unpack-objects.txt +++ b/Documentation/git-unpack-objects.txt @@ -9,7 +9,7 @@ git-unpack-objects - Unpack objects from a packed archive SYNOPSIS -------- [verse] -'git unpack-objects' [-n] [-q] [-r] [--strict] < <pack-file> +'git unpack-objects' [-n] [-q] [-r] [--strict] < <packfile> DESCRIPTION |