]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-unpack-objects.txt
fetch-pack: -k option to keep downloaded pack.
[thirdparty/git.git] / Documentation / git-unpack-objects.txt
1 git-unpack-objects(1)
2 =====================
3
4 NAME
5 ----
6 git-unpack-objects - Unpack objects from a packed archive.
7
8
9 SYNOPSIS
10 --------
11 'git-unpack-objects' [-n] [-q] <pack-file
12
13
14 DESCRIPTION
15 -----------
16 Reads a packed archive (.pack) from the standard input, and
17 expands the objects contained in the pack into "one-file
18 one-object" format in $GIT_OBJECT_DIRECTORY.
19
20 OPTIONS
21 -------
22 -n::
23 Only list the objects that would be unpacked, don't actually unpack
24 them.
25
26 -q::
27 The command usually shows percentage progress. This
28 flag suppresses it.
29
30
31 Author
32 ------
33 Written by Linus Torvalds <torvalds@osdl.org>
34
35 Documentation
36 -------------
37 Documentation by Junio C Hamano
38
39 GIT
40 ---
41 Part of the gitlink:git[7] suite
42