1git-unpack-objects(1) 2===================== 3 4NAME 5---- 6git-unpack-objects - Unpack objects from a packed archive. 7 8 9SYNOPSIS 10-------- 11'git-unpack-objects' [-n] [-q] <pack-file 12 13 14DESCRIPTION 15----------- 16Reads a packed archive (.pack) from the standard input, and 17expands the objects contained in the pack into "one-file 18one-object" format in $GIT_OBJECT_DIRECTORY. 19 20OPTIONS 21------- 22-n:: 23 Only list the objects that would be unpacked, don't actually unpack 24 them. 25 26-q:: 27 The command usually shows percentage progress. This 28 flag suppresses it. 29 30 31Author 32------ 33Written by Linus Torvalds <torvalds@osdl.org> 34 35Documentation 36------------- 37Documentation by Junio C Hamano 38 39GIT 40--- 41Part of the gitlink:git[7] suite 42