Documentation / git-unpack-objects.txton commit Tutorial: use a bit longer sample filenames. (a05ed8c)
   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' < 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
  21
  22Author
  23------
  24Written by Linus Torvalds <torvalds@osdl.org>
  25
  26Documentation
  27-------------
  28Documentation by Junio C Hamano
  29
  30GIT
  31---
  32Part of the link:git.html[git] suite
  33