made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
28
gitportable/mingw64/share/doc/git-doc/git-unpack-file.adoc
Normal file
28
gitportable/mingw64/share/doc/git-doc/git-unpack-file.adoc
Normal file
@@ -0,0 +1,28 @@
|
||||
git-unpack-file(1)
|
||||
==================
|
||||
|
||||
NAME
|
||||
----
|
||||
git-unpack-file - Creates a temporary file with a blob's contents
|
||||
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
[verse]
|
||||
'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
|
||||
|
||||
GIT
|
||||
---
|
||||
Part of the linkgit:git[1] suite
|
||||
Reference in New Issue
Block a user