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>
10
DESCRIPTION
12Creates a file holding the contents of the blob specified by sha1. It
13returns the name of the temporary file in the following format:
14.merge_file_XXXXX
15
OPTIONS
17<blob>
18Must be a blob id
19
GIT
21Part of the git(1) suite
2223
24
25
Git 2.33.1 2021-10-12 GIT-UNPACK-FILE(1)