]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-unpack-objects.txt
[PATCH] Documentation: Update all files to use the new gitlink: macro
[thirdparty/git.git] / Documentation / git-unpack-objects.txt
CommitLineData
5f40520f
JH
1git-unpack-objects(1)
2=====================
3v0.1, July 2005
4
5NAME
6----
8228326e 7git-unpack-objects - Unpack objects from a packed archive.
5f40520f
JH
8
9
10SYNOPSIS
11--------
87b7b841 12'git-unpack-objects' [-q] <pack-file
5f40520f
JH
13
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
87b7b841
JH
21OPTIONS
22-------
23-q::
24 The command usually shows percentage progress. This
25 flag suppresses it.
26
5f40520f
JH
27
28Author
29------
30Written by Linus Torvalds <torvalds@osdl.org>
31
32Documentation
33-------------
34Documentation by Junio C Hamano
35
36GIT
37---
a7154e91 38Part of the gitlink:git[7] suite
5f40520f 39