2005-07-14 09:08:05 +02:00
|
|
|
git-unpack-objects(1)
|
|
|
|
=====================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2005-07-19 23:59:09 +02:00
|
|
|
git-unpack-objects - Unpack objects from a packed archive.
|
2005-07-14 09:08:05 +02:00
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2005-11-15 00:20:01 +01:00
|
|
|
'git-unpack-objects' [-n] [-q] <pack-file
|
2005-07-14 09:08:05 +02:00
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2005-08-12 10:45:52 +02:00
|
|
|
OPTIONS
|
|
|
|
-------
|
2005-11-15 00:20:01 +01:00
|
|
|
-n::
|
|
|
|
Only list the objects that would be unpacked, don't actually unpack
|
|
|
|
them.
|
|
|
|
|
2005-08-12 10:45:52 +02:00
|
|
|
-q::
|
|
|
|
The command usually shows percentage progress. This
|
|
|
|
flag suppresses it.
|
|
|
|
|
2005-07-14 09:08:05 +02:00
|
|
|
|
|
|
|
Author
|
|
|
|
------
|
|
|
|
Written by Linus Torvalds <torvalds@osdl.org>
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
-------------
|
|
|
|
Documentation by Junio C Hamano
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2005-09-19 12:10:51 +02:00
|
|
|
Part of the gitlink:git[7] suite
|
2005-07-14 09:08:05 +02:00
|
|
|
|