David Greaves | 2cf565c | 2005-05-10 22:32:30 +0100 | [diff] [blame] | 1 | git-unpack-file(1) |
| 2 | ================== |
David Greaves | 2cf565c | 2005-05-10 22:32:30 +0100 | [diff] [blame] | 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | git-unpack-file - Creates a temporary file with a blob's contents |
| 7 | |
| 8 | |
| 9 | |
| 10 | SYNOPSIS |
| 11 | -------- |
Martin von Zweigbergk | 7791a1d | 2011-07-01 22:38:26 -0400 | [diff] [blame] | 12 | [verse] |
Jonathan Nieder | b1889c3 | 2008-06-30 01:09:04 -0500 | [diff] [blame] | 13 | 'git unpack-file' <blob> |
David Greaves | 2cf565c | 2005-05-10 22:32:30 +0100 | [diff] [blame] | 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 | |
David Greaves | 2cf565c | 2005-05-10 22:32:30 +0100 | [diff] [blame] | 26 | GIT |
| 27 | --- |
Christian Couder | 9e1f0a8 | 2008-06-06 09:07:32 +0200 | [diff] [blame] | 28 | Part of the linkgit:git[1] suite |