Merge branch 'fixes'
[git.git] / Documentation / git-unpack-objects.txt
1 git-unpack-objects(1)
2 =====================
3
4 NAME
5 ----
6 git-unpack-objects - Unpack objects from a packed archive.
7
8
9 SYNOPSIS
10 --------
11 'git-unpack-objects' [-q] <pack-file
12
13
14 DESCRIPTION
15 -----------
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.
19
20 OPTIONS
21 -------
22 -q::
23         The command usually shows percentage progress.  This
24         flag suppresses it.
25
26
27 Author
28 ------
29 Written by Linus Torvalds <torvalds@osdl.org>
30
31 Documentation
32 -------------
33 Documentation by Junio C Hamano
34
35 GIT
36 ---
37 Part of the gitlink:git[7] suite
38