Autogenerated man pages for v1.1.5-g36b5
[git.git] / man1 / git-get-tar-commit-id.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-GET-TAR-COMMIT" 1 "" "" ""
21 .SH NAME
22 git-get-tar-commit-id \- Extract commit ID from an archive created using git-tar-tree.
23 .SH "SYNOPSIS"
24
25
26 git\-get\-tar\-commit\-id < <tarfile>
27
28 .SH "DESCRIPTION"
29
30
31 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 <tarfile> very much\&.
32
33
34 If no commit ID is found, git\-get\-tar\-commit\-id quietly exists with a return code of 1\&. This can happen if <tarfile> 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\&.
35
36 .SH "AUTHOR"
37
38
39 Written by Rene Scharfe <rene\&.scharfe@lsrfire\&.ath\&.cx>
40
41 .SH "DOCUMENTATION"
42
43
44 Documentation by Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
45
46 .SH "GIT"
47
48
49 Part of the \fBgit\fR(7) suite
50