Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1 | git-unpack-file(1) |
| 2 | ================== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | git-unpack-file - Creates a temporary file with a blob's contents |
| 7 | |
| 8 | |
| 9 | |
| 10 | SYNOPSIS |
| 11 | -------- |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame^] | 12 | 'git unpack-file' <blob> |
Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 13 | |
| 14 | DESCRIPTION |
| 15 | ----------- |
| 16 | Creates a file holding the contents of the blob specified by sha1. It |
| 17 | returns the name of the temporary file in the following format: |
| 18 | .merge_file_XXXXX |
| 19 | |
| 20 | OPTIONS |
| 21 | ------- |
| 22 | <blob>:: |
| 23 | Must be a blob id |
| 24 | |
| 25 | Author |
| 26 | ------ |
| 27 | Written by Linus Torvalds <torvalds@osdl.org> |
| 28 | |
| 29 | Documentation |
| 30 | -------------- |
| 31 | Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>. |
| 32 | |
| 33 | GIT |
| 34 | --- |
Junio C Hamano | f7c042d | 2008-06-06 22:50:53 | [diff] [blame] | 35 | Part of the linkgit:git[1] suite |