]> git.ipfire.org Git - thirdparty/git.git/blame_incremental - Documentation/git-unpack-file.txt
*.[ch]: remove extern from function declarations using spatch
[thirdparty/git.git] / Documentation / git-unpack-file.txt
... / ...
CommitLineData
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[verse]
13'git unpack-file' <blob>
14
15DESCRIPTION
16-----------
17Creates a file holding the contents of the blob specified by sha1. It
18returns the name of the temporary file in the following format:
19 .merge_file_XXXXX
20
21OPTIONS
22-------
23<blob>::
24 Must be a blob id
25
26GIT
27---
28Part of the linkgit:git[1] suite