Commit | Line | Data |
---|---|---|
2cf565c5 DG |
1 | git-unpack-file(1) |
2 | ================== | |
2cf565c5 DG |
3 | |
4 | NAME | |
5 | ---- | |
6 | git-unpack-file - Creates a temporary file with a blob's contents | |
7 | ||
8 | ||
9 | ||
10 | SYNOPSIS | |
11 | -------- | |
7791a1d9 | 12 | [verse] |
b1889c36 | 13 | 'git unpack-file' <blob> |
2cf565c5 DG |
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 | ||
2cf565c5 DG |
26 | GIT |
27 | --- | |
9e1f0a85 | 28 | Part of the linkgit:git[1] suite |