7 git-unpack-objects - Unpack objects from a packed archive.
12 'git-unpack-objects' [-q] <pack-file
17 Reads a packed archive (.pack) from the standard input, and
18 expands the objects contained in the pack into "one-file
19 one-object" format in $GIT_OBJECT_DIRECTORY.
24 The command usually shows percentage progress. This
30 Written by Linus Torvalds <torvalds@osdl.org>
34 Documentation by Junio C Hamano
38 Part of the link:git.html[git] suite