blob: e9f148a00ddbc996e440cd0fd7eecae4eeff3fa8 [file] [log] [blame]
David Greaves2cf565c2005-05-10 22:32:30 +01001git-unpack-file(1)
2==================
David Greaves2cf565c2005-05-10 22:32:30 +01003
4NAME
5----
6git-unpack-file - Creates a temporary file with a blob's contents
7
8
9
10SYNOPSIS
11--------
Martin von Zweigbergk7791a1d2011-07-01 22:38:26 -040012[verse]
Jonathan Niederb1889c32008-06-30 01:09:04 -050013'git unpack-file' <blob>
David Greaves2cf565c2005-05-10 22:32:30 +010014
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
David Greaves2cf565c2005-05-10 22:32:30 +010026GIT
27---
Christian Couder9e1f0a82008-06-06 09:07:32 +020028Part of the linkgit:git[1] suite