blob: a42a75e0773384aacec4d1c05c3a1d86aec01e6a [file] [log] [blame]
Junio C Hamano5f405202005-07-14 00:08:05 -07001git-unpack-objects(1)
2=====================
3v0.1, July 2005
4
5NAME
6----
Jan Veldeman82283262005-07-19 14:59:09 -07007git-unpack-objects - Unpack objects from a packed archive.
Junio C Hamano5f405202005-07-14 00:08:05 -07008
9
10SYNOPSIS
11--------
Junio C Hamano87b7b842005-08-12 01:45:52 -070012'git-unpack-objects' [-q] <pack-file
Junio C Hamano5f405202005-07-14 00:08:05 -070013
14
15DESCRIPTION
16-----------
17Reads a packed archive (.pack) from the standard input, and
18expands the objects contained in the pack into "one-file
19one-object" format in $GIT_OBJECT_DIRECTORY.
20
Junio C Hamano87b7b842005-08-12 01:45:52 -070021OPTIONS
22-------
23-q::
24 The command usually shows percentage progress. This
25 flag suppresses it.
26
Junio C Hamano5f405202005-07-14 00:08:05 -070027
28Author
29------
30Written by Linus Torvalds <torvalds@osdl.org>
31
32Documentation
33-------------
34Documentation by Junio C Hamano
35
36GIT
37---
38Part of the link:git.html[git] suite
39