diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-11-14 18:39:18 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2005-11-14 18:39:18 -0800 |
| commit | 60d64db4614b1007ca37c228923ec1964d5ad394 (patch) | |
| tree | d376d7e422b9a6cc51ef9a4b7f90e59f5520247e /Documentation/git-unpack-objects.txt | |
| parent | GIT 0.99.9h (diff) | |
| parent | Update topo-order test. (diff) | |
| download | git-1.0rc2.tar.gz git-1.0rc2.zip | |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-unpack-objects.txt')
| -rw-r--r-- | Documentation/git-unpack-objects.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt index b716ba1ad3..31ea34d229 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' [-q] <pack-file +'git-unpack-objects' [-n] [-q] <pack-file DESCRIPTION @@ -19,6 +19,10 @@ one-object" format in $GIT_OBJECT_DIRECTORY. OPTIONS ------- +-n:: + Only list the objects that would be unpacked, don't actually unpack + them. + -q:: The command usually shows percentage progress. This flag suppresses it. |
