projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59b0c24
)
Add otherwise missing --strict option to unpack-objects summary.
author
Jon Loeliger
<jdl@freescale.com>
Wed, 23 Apr 2008 21:14:30 +0000
(16:14 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 30 Apr 2008 06:11:57 +0000
(23:11 -0700)
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-unpack-objects.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-unpack-objects.txt
b/Documentation/git-unpack-objects.txt
index 3697896a06b460d9d29f962240dc46388487990a..50947c50df1fe05b7eac8e046556c6ee070c7327 100644
(file)
--- a/
Documentation/git-unpack-objects.txt
+++ b/
Documentation/git-unpack-objects.txt
@@
-8,7
+8,7
@@
git-unpack-objects - Unpack objects from a packed archive
SYNOPSIS
--------
-'git-unpack-objects' [-n] [-q] [-r] <pack-file
+'git-unpack-objects' [-n] [-q] [-r]
[--strict]
<pack-file
DESCRIPTION