git-unpack-file (1)
Leading comments
Title: git-unpack-file Author: [FIXME: author] [see http://docbook.sf.net/el/author] Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: 08/10/2017 Manual: Git Manual Source: Git 2.14.1 Language: English
NAME
git-unpack-file - Creates a temporary file with a blob's contentsSYNOPSIS
git unpack-file <blob>
DESCRIPTION
Creates a file holding the contents of the blob specified by sha1. It returns the name of the temporary file in the following format: .merge_file_XXXXX
OPTIONS
<blob>
- Must be a blob id
GIT
Part of the git(1) suite