blob: e9f148a00ddbc996e440cd0fd7eecae4eeff3fa8 [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 Hamano15567bc2011-07-23 00:51:5912[verse]
Junio C Hamanofce7c7e2008-07-02 03:06:3813'git unpack-file' <blob>
Junio C Hamano1a4e8412005-12-27 08:17:2314
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>::
24Must be a blob id
25
Junio C Hamano1a4e8412005-12-27 08:17:2326GIT
27---
Junio C Hamanof7c042d2008-06-06 22:50:5328Part of the linkgit:git[1] suite