]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-unpack-objects.txt
Documentation: "pack-file" is not literal in unpack-objects
[thirdparty/git.git] / Documentation / git-unpack-objects.txt
1 git-unpack-objects(1)
2 =====================
3 v0.1, July 2005
4
5 NAME
6 ----
7 git-unpack-objects - Unpack objects from a packed archive.
8
9
10 SYNOPSIS
11 --------
12 'git-unpack-objects' [-q] < <pack-file>
13
14
15 DESCRIPTION
16 -----------
17 Reads a packed archive (.pack) from the standard input, and
18 expands the objects contained in the pack into "one-file
19 one-object" format in $GIT_OBJECT_DIRECTORY.
20
21 OPTIONS
22 -------
23 -q::
24 The command usually shows percentage progress. This
25 flag suppresses it.
26
27
28 Author
29 ------
30 Written by Linus Torvalds <torvalds@osdl.org>
31
32 Documentation
33 -------------
34 Documentation by Junio C Hamano
35
36 GIT
37 ---
38 Part of the link:git.html[git] suite
39