summaryrefslogtreecommitdiff
path: root/Documentation/git-unpack-objects.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-05-22 19:42:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-05-22 19:42:00 (GMT)
commite4b4e7d704e17901c95bd22f80a02c9628450c3a (patch)
treee0a26a2ce49f8fbc2649e5da7f09d06aea17f225 /Documentation/git-unpack-objects.txt
parentce6ab232cae58d78d26edabc12e038e6b1959796 (diff)
parentbbf431c9ae291f670445ae6cbb15ae3a570c0d45 (diff)
downloadgit-e4b4e7d704e17901c95bd22f80a02c9628450c3a.zip
git-e4b4e7d704e17901c95bd22f80a02c9628450c3a.tar.gz
git-e4b4e7d704e17901c95bd22f80a02c9628450c3a.tar.bz2
Merge branch 'ps/doc-packfile-vs-pack-file'
Doc consistency updates. * ps/doc-packfile-vs-pack-file: doc: fix inconsistent spelling of "packfile" pack-protocol.txt: fix insconsistent spelling of "packfile" git-unpack-objects.txt: fix inconsistent spelling of "packfile" git-verify-pack.txt: fix inconsistent spelling of "packfile"
Diffstat (limited to 'Documentation/git-unpack-objects.txt')
-rw-r--r--Documentation/git-unpack-objects.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt
index 12cb108..07d4329 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
@@ -19,8 +19,8 @@ the objects contained within and writing them into the repository in
"loose" (one object per file) format.
Objects that already exist in the repository will *not* be unpacked
-from the pack-file. Therefore, nothing will be unpacked if you use
-this command on a pack-file that exists within the target repository.
+from the packfile. Therefore, nothing will be unpacked if you use
+this command on a packfile that exists within the target repository.
See linkgit:git-repack[1] for options to generate
new packs and replace existing ones.