socksetup: don't return on set_reuse_addr() error
[git/gitweb.git] / Documentation / git-unpack-objects.txt
blob18280628a15510d098faf0289fbf61bae7e1d688
1 git-unpack-objects(1)
2 =====================
4 NAME
5 ----
6 git-unpack-objects - Unpack objects from a packed archive
9 SYNOPSIS
10 --------
11 'git-unpack-objects' [-n] [-q] <pack-file
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.
20 OPTIONS
21 -------
22 -n::
23         Only list the objects that would be unpacked, don't actually unpack
24         them.
26 -q::
27         The command usually shows percentage progress.  This
28         flag suppresses it.
31 Author
32 ------
33 Written by Linus Torvalds <torvalds@osdl.org>
35 Documentation
36 -------------
37 Documentation by Junio C Hamano
39 GIT
40 ---
41 Part of the gitlink:git[7] suite