summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorNikolai Weibull <mailing-lists.git@rawuncut.elitemail.org>2005-11-14 23:20:01 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-11-15 01:15:32 (GMT)
commitb2309b70197f9067cb32a620465a9b3477d8f0c3 (patch)
treecc9ff4c6e20496c673115266a837b4eb8b31abfa /Documentation
parent9add69b1b1f76db874ed899c46fbe0b252aa3c23 (diff)
downloadgit-b2309b70197f9067cb32a620465a9b3477d8f0c3.zip
git-b2309b70197f9067cb32a620465a9b3477d8f0c3.tar.gz
git-b2309b70197f9067cb32a620465a9b3477d8f0c3.tar.bz2
Document the -n command-line option to git-unpack-objects
This patch documents the -n command-line option to git-unpack-objects, as it was previously undocumented. Signed-off-by: Nikolai Weibull <nikolai@bitwi.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-unpack-objects.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt
index b716ba1..31ea34d 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.