Documentation: "pack-file" is not literal in unpack-objects
[alt-git.git] / Documentation / git-unpack-objects.txt
blob6b94df39b6c57545572259060807429e2c3cb45b
1 git-unpack-objects(1)
2 =====================
3 v0.1, July 2005
5 NAME
6 ----
7 git-unpack-objects - Unpack objects from a packed archive.
10 SYNOPSIS
11 --------
12 'git-unpack-objects' [-q] < <pack-file>
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.
21 OPTIONS
22 -------
23 -q::
24         The command usually shows percentage progress.  This
25         flag suppresses it.
28 Author
29 ------
30 Written by Linus Torvalds <torvalds@osdl.org>
32 Documentation
33 -------------
34 Documentation by Junio C Hamano
36 GIT
37 ---
38 Part of the link:git.html[git] suite