git-unpack-objects(1)
=====================
-v0.1, July 2005
NAME
----
SYNOPSIS
--------
-'git-unpack-objects' < pack-file
+'git-unpack-objects' [-n] [-q] <pack-file
DESCRIPTION
expands the objects contained in the pack into "one-file
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.
+
Author
------
GIT
---
-Part of the link:git.html[git] suite
+Part of the gitlink:git[7] suite