Documentation / git-unpack-objects.txton commit Debian: build-depend on libexpat-dev. (ac0b86d)
   1git-unpack-objects(1)
   2=====================
   3
   4NAME
   5----
   6git-unpack-objects - Unpack objects from a packed archive.
   7
   8
   9SYNOPSIS
  10--------
  11'git-unpack-objects' [-q] <pack-file
  12
  13
  14DESCRIPTION
  15-----------
  16Reads a packed archive (.pack) from the standard input, and
  17expands the objects contained in the pack into "one-file
  18one-object" format in $GIT_OBJECT_DIRECTORY.
  19
  20OPTIONS
  21-------
  22-q::
  23        The command usually shows percentage progress.  This
  24        flag suppresses it.
  25
  26
  27Author
  28------
  29Written by Linus Torvalds <torvalds@osdl.org>
  30
  31Documentation
  32-------------
  33Documentation by Junio C Hamano
  34
  35GIT
  36---
  37Part of the gitlink:git[7] suite
  38