Documentation / git-unpack-file.txton commit git-sh-i18n--envsubst: our own envsubst(1) for eval_gettext() (ba67aaf)
   1git-unpack-file(1)
   2==================
   3
   4NAME
   5----
   6git-unpack-file - Creates a temporary file with a blob's contents
   7
   8
   9
  10SYNOPSIS
  11--------
  12'git unpack-file' <blob>
  13
  14DESCRIPTION
  15-----------
  16Creates a file holding the contents of the blob specified by sha1. It
  17returns the name of the temporary file in the following format:
  18        .merge_file_XXXXX
  19
  20OPTIONS
  21-------
  22<blob>::
  23        Must be a blob id
  24
  25GIT
  26---
  27Part of the linkgit:git[1] suite