]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-unpack-file.txt
Big tool rename.
[thirdparty/git.git] / Documentation / git-unpack-file.txt
CommitLineData
2cf565c5
DG
1git-unpack-file(1)
2==================
3v0.1, May 2005
4
5NAME
6----
7git-unpack-file - Creates a temporary file with a blob's contents
8
9
10
11SYNOPSIS
12--------
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
26Author
27------
28Written by Linus Torvalds <torvalds@osdl.org>
29
30Documentation
31--------------
32Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
33
34GIT
35---
36Part of the link:git.html[git] suite
37