.\" ** You probably do not want to edit this file directly ** .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .TH "GIT\-GET\-TAR\-COMMIT\-I" "1" "09/19/2007" "Git 1.5.3.2" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" git\-get\-tar\-commit\-id \- Extract commit ID from an archive created using git\-tar\-tree .SH "SYNOPSIS" \fIgit\-get\-tar\-commit\-id\fR < .SH "DESCRIPTION" Acts as a filter, extracting the commit ID stored in archives created by git\-tar\-tree. It reads only the first 1024 bytes of input, thus its runtime is not influenced by the size of very much. If no commit ID is found, git\-get\-tar\-commit\-id quietly exists with a return code of 1. This can happen if had not been created using git\-tar\-tree or if the first parameter of git\-tar\-tree had been a tree ID instead of a commit ID or tag. .SH "AUTHOR" Written by Rene Scharfe .SH "DOCUMENTATION" Documentation by Junio C Hamano and the git\-list . .SH "GIT" Part of the \fBgit\fR(7) suite