[PATCH] Fix a typo in git-unpack-objects documentation.
[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' < 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
22 Author
23 ------
24 Written by Linus Torvalds <torvalds@osdl.org>
25
26 Documentation
27 -------------
28 Documentation by Junio C Hamano
29
30 GIT
31 ---
32 Part of the link:git.html[git] suite
33