git-unpack-objects - Unpack objects from a packed archive.
git-unpack-objects [-q] <pack-file
Reads a packed archive (.pack) from the standard input, and expands the objects contained in the pack into "one-file one-object" format in $GIT_OBJECT_DIRECTORY.
The command usually shows percentage progress. This flag suppresses it.
Written by Linus Torvalds <torvalds@osdl.org>
Documentation by Junio C Hamano
Part of the git suite