swh:1:snp:47f1e8bb459169b0feb652a9c3d9cbabd8526d4a
Raw File
Tip revision: d9b9784f572a71b2f4ea0f8772b0d586ea0f848f authored by Junio C Hamano on 21 August 2009, 19:02:25 UTC
GIT 1.6.4.1
Tip revision: d9b9784
git-unpack-file.txt
git-unpack-file(1)
==================

NAME
----
git-unpack-file - Creates a temporary file with a blob's contents



SYNOPSIS
--------
'git unpack-file' <blob>

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

Author
------
Written by Linus Torvalds <torvalds@osdl.org>

Documentation
--------------
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[1] suite
back to top