1git-unpack-file(1)2==================34NAME5----6git-unpack-file - Creates a temporary file with a blob's contents78910SYNOPSIS11--------12'git unpack-file' <blob>1314DESCRIPTION15-----------16Creates a file holding the contents of the blob specified by sha1. It17returns the name of the temporary file in the following format:18.merge_file_XXXXX1920OPTIONS21-------22<blob>::23Must be a blob id2425GIT26---27Part of the linkgit:git[1] suite