git-get-tar-commit-id.1   [plain text]


'\" t
.\"     Title: git-get-tar-commit-id
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\"      Date: 06/01/2011
.\"    Manual: Git Manual
.\"    Source: Git 1.7.5.4
.\"  Language: English
.\"
.TH "GIT\-GET\-TAR\-COMMI" "1" "06/01/2011" "Git 1\&.7\&.5\&.4" "Git Manual"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
git-get-tar-commit-id \- Extract commit ID from an archive created using git\-archive
.SH "SYNOPSIS"
.sp
\fIgit get\-tar\-commit\-id\fR < <tarfile>
.SH "DESCRIPTION"
.sp
Acts as a filter, extracting the commit ID stored in archives created by \fIgit archive\fR\&. It reads only the first 1024 bytes of input, thus its runtime is not influenced by the size of <tarfile> very much\&.
.sp
If no commit ID is found, \fIgit get\-tar\-commit\-id\fR quietly exists with a return code of 1\&. This can happen if <tarfile> had not been created using \fIgit archive\fR or if the first parameter of \fIgit archive\fR had been a tree ID instead of a commit ID or tag\&.
.SH "GIT"
.sp
Part of the \fBgit\fR(1) suite