]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-unpack-objects.txt
Rename git-config-set to git-repo-config
[thirdparty/git.git] / Documentation / git-unpack-objects.txt
CommitLineData
5f40520f
JH
1git-unpack-objects(1)
2=====================
5f40520f
JH
3
4NAME
5----
8228326e 6git-unpack-objects - Unpack objects from a packed archive.
5f40520f
JH
7
8
9SYNOPSIS
10--------
b2309b70 11'git-unpack-objects' [-n] [-q] <pack-file
5f40520f
JH
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
87b7b841
JH
20OPTIONS
21-------
b2309b70
NW
22-n::
23 Only list the objects that would be unpacked, don't actually unpack
24 them.
25
87b7b841
JH
26-q::
27 The command usually shows percentage progress. This
28 flag suppresses it.
29
5f40520f
JH
30
31Author
32------
33Written by Linus Torvalds <torvalds@osdl.org>
34
35Documentation
36-------------
37Documentation by Junio C Hamano
38
39GIT
40---
a7154e91 41Part of the gitlink:git[7] suite
5f40520f 42