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