1GIT-UNPACK-FILE(1) Git Manual GIT-UNPACK-FILE(1)
23
4
NAME
6git-unpack-file - Creates a temporary file with a blob's contents
7
SYNOPSIS
9git unpack-file <blob>
1011
DESCRIPTION
13Creates a file holding the contents of the blob specified by sha1. It
14returns the name of the temporary file in the following format:
15.merge_file_XXXXX
16
OPTIONS
18<blob>
19Must be a blob id
20
GIT
22Part of the git(1) suite
2324
25
26
Git 1.8.3.1 11/19/2018 GIT-UNPACK-FILE(1)