1git-unpack-file(1)
2==================
34
NAME
5----
6git-unpack-file - Creates a temporary file with a blob's contents
78
9
10
SYNOPSIS
11--------
12'git unpack-file' <blob>
1314
DESCRIPTION
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
1920
OPTIONS
21-------
22<blob>::
23Must be a blob id
2425
GIT
26---
27Part of the linkgit:git[1] suite