* [PATCH] Add otherwise missing --strict option to unpack-objects summary.
@ 2008-04-23 21:14 Jon Loeliger
2008-04-23 21:59 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Jon Loeliger @ 2008-04-23 21:14 UTC (permalink / raw)
To: git; +Cc: Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
---
The option --pack_header= is also not documented here
and in git-fetch-pack (others?), but it seems like that
might have been intentional? It look like it is the
pack header version number and object count. Dunno.
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 3697896..50947c5 100644
--- 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
--
1.5.5.49.gf43e2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add otherwise missing --strict option to unpack-objects summary.
2008-04-23 21:14 [PATCH] Add otherwise missing --strict option to unpack-objects summary Jon Loeliger
@ 2008-04-23 21:59 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2008-04-23 21:59 UTC (permalink / raw)
To: Jon Loeliger; +Cc: git
Jon Loeliger <jdl@freescale.com> writes:
> The option --pack_header= is also not documented here
> and in git-fetch-pack (others?), but it seems like that
> might have been intentional?
It is pretty much an implementation detail of an internal communication
between fetch-pack and unpack-objects.
The option would help anybody who wants to create an alternative
implementation of fetch-pack but otherwise won't be of much use.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-23 22:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-23 21:14 [PATCH] Add otherwise missing --strict option to unpack-objects summary Jon Loeliger
2008-04-23 21:59 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).