Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-unpack-objects.txt: fix inconsistent spelling of "packfile"
author
Patrick Steinhardt
<ps@pks.im>
Sun, 17 May 2015 06:56:53 +0000
(08:56 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 17 May 2015 18:24:58 +0000
(11:24 -0700)
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-unpack-objects.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
d017a45
)
diff --git
a/Documentation/git-unpack-objects.txt
b/Documentation/git-unpack-objects.txt
index 12cb108b8561a6365192a65688d116901468decf..894d20bb54f3096699aefc5a117c2bb8ceb159c6 100644
(file)
--- a/
Documentation/git-unpack-objects.txt
+++ b/
Documentation/git-unpack-objects.txt
@@
-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.