2005-05-10 23:32:30 +02:00
|
|
|
git-unpack-file(1)
|
|
|
|
==================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
git-unpack-file - Creates a temporary file with a blob's contents
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2008-06-30 08:09:04 +02:00
|
|
|
'git unpack-file' <blob>
|
2005-05-10 23:32:30 +02:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
Creates a file holding the contents of the blob specified by sha1. It
|
|
|
|
returns the name of the temporary file in the following format:
|
|
|
|
.merge_file_XXXXX
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
<blob>::
|
|
|
|
Must be a blob id
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 09:07:32 +02:00
|
|
|
Part of the linkgit:git[1] suite
|