1GIT-UNPACK-FILE(1) Git Manual GIT-UNPACK-FILE(1)
2
3
4
6 git-unpack-file - Creates a temporary file with a blobĀ“s contents
7
9 git unpack-file <blob>
10
12 Creates a file holding the contents of the blob specified by sha1. It
13 returns the name of the temporary file in the following format:
14 .merge_file_XXXXX
15
17 <blob>
18 Must be a blob id
19
21 Written by Linus Torvalds <torvalds@osdl.org[1]>
22
24 Documentation by David Greaves, Junio C Hamano and the git-list
25 <git@vger.kernel.org[2]>.
26
28 Part of the git(1) suite
29
31 1. torvalds@osdl.org
32 mailto:torvalds@osdl.org
33
34 2. git@vger.kernel.org
35 mailto:git@vger.kernel.org
36
37
38
39Git 1.7.1 08/16/2017 GIT-UNPACK-FILE(1)