blob: cddb0dbb96342816c58d57bdd2c2313f7ea7ec9d (
plain)
1
2
3
4
5
6
|
<h1>git-unpack-file</h1> <h2 id="_name">Name</h2> <div class="sectionbody"> <p>git-unpack-file - Creates a temporary file with a blob’s contents</p> </div> <h2 id="_synopsis">Synopsis</h2> <div class="sectionbody"> <div class="verseblock"> <pre class="content" data-language="shell">git unpack-file <blob></pre> </div> </div> <h2 id="_description">Description</h2> <div class="sectionbody"> <p>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</p> </div> <h2 id="_options">Options</h2> <div class="sectionbody"> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-unpack-file.txt-ltblobgt"> <blob> </dt> <dd> <p>Must be a blob id</p> </dd> </dl> </div> </div><div class="_attribution">
<p class="_attribution-p">
© 2012–2024 Scott Chacon and others<br>Licensed under the MIT License.<br>
<a href="https://git-scm.com/docs/git-unpack-file" class="_attribution-link">https://git-scm.com/docs/git-unpack-file</a>
</p>
</div>
|