summaryrefslogtreecommitdiff
path: root/Documentation/git-unpack-objects.txt
blob: 20dcbaa59390397a01f03da1516305d298d6d012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
git-unpack-objects(1)
=====================
v0.1, July 2005
 
NAME
----
git-unpack-objects - Create a packed archive of objects.
 
 
SYNOPSIS
--------
'git-unpack-objects' < pack-file
 
 
DESCRIPTION
-----------
Reads a packed archive (.pack) from the standard input, and
expands the objects contained in the pack into "one-file
one-object" format in $GIT_OBJECT_DIRECTORY.
 
 
Author
------
Written by Linus Torvalds <torvalds@osdl.org>
 
Documentation
-------------
Documentation by Junio C Hamano
 
GIT
---
Part of the link:git.html[git] suite