.\" ** You probably do not want to edit this file directly ** .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .TH "GIT\-UNPACK\-FILE" "1" "09/19/2007" "Git 1.5.3.2" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" git\-unpack\-file \- Creates a temporary file with a blob's contents .SH "SYNOPSIS" \fIgit\-unpack\-file\fR <blob> .SH "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 .SH "OPTIONS" .TP <blob> Must be a blob id .SH "AUTHOR" Written by Linus Torvalds <torvalds@osdl.org> .SH "DOCUMENTATION" Documentation by David Greaves, Junio C Hamano and the git\-list <git@vger.kernel.org>. .SH "GIT" Part of the \fBgit\fR(7) suite