blob: 995db9feadf68df6f22de745d90790a145128e44 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-unpack-file(1)
2==================
3
4NAME
5----
6git-unpack-file - Creates a temporary file with a blob's contents
7
8
9
10SYNOPSIS
11--------
Junio C Hamanofce7c7e2008-07-02 03:06:3812'git unpack-file' <blob>
Junio C Hamano1a4e8412005-12-27 08:17:2313
14DESCRIPTION
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
19
20OPTIONS
21-------
22<blob>::
23Must be a blob id
24
25Author
26------
27Written by Linus Torvalds <torvalds@osdl.org>
28
29Documentation
30--------------
31Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
32
33GIT
34---
Junio C Hamanof7c042d2008-06-06 22:50:5335Part of the linkgit:git[1] suite