]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-unpack-file.txt
[PATCH] Make "git resolve" less scary
[thirdparty/git.git] / Documentation / git-unpack-file.txt
1 git-unpack-file(1)
2 ==================
3 v0.1, May 2005
4
5 NAME
6 ----
7 git-unpack-file - Creates a temporary file with a blob's contents
8
9
10
11 SYNOPSIS
12 --------
13 'git-unpack-file' <blob>
14
15 DESCRIPTION
16 -----------
17 Creates a file holding the contents of the blob specified by sha1. It
18 returns the name of the temporary file in the following format:
19 .merge_file_XXXXX
20
21 OPTIONS
22 -------
23 <blob>::
24 Must be a blob id
25
26 Author
27 ------
28 Written by Linus Torvalds <torvalds@osdl.org>
29
30 Documentation
31 --------------
32 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
33
34 GIT
35 ---
36 Part of the link:git.html[git] suite
37