From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/git/git-unpack-file.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/git/git-unpack-file.html (limited to 'devdocs/git/git-unpack-file.html') diff --git a/devdocs/git/git-unpack-file.html b/devdocs/git/git-unpack-file.html new file mode 100644 index 00000000..cddb0dbb --- /dev/null +++ b/devdocs/git/git-unpack-file.html @@ -0,0 +1,6 @@ +

git-unpack-file

Name

git-unpack-file - Creates a temporary file with a blob’s contents

Synopsis

git unpack-file <blob>

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

Options

<blob>

Must be a blob id

+

+ © 2012–2024 Scott Chacon and others
Licensed under the MIT License.
+ https://git-scm.com/docs/git-unpack-file +

+
-- cgit v1.2.3