6 git-unpack-objects - Unpack objects from a packed archive.
11 'git-unpack-objects' [-n] [-q] <pack-file
16 Reads a packed archive (.pack) from the standard input, and
17 expands the objects contained in the pack into "one-file
18 one-object" format in $GIT_OBJECT_DIRECTORY.
23 Only list the objects that would be unpacked, don't actually unpack
27 The command usually shows percentage progress. This
33 Written by Linus Torvalds <torvalds@osdl.org>
37 Documentation by Junio C Hamano
41 Part of the gitlink:git[7] suite