]> git.ipfire.org Git - thirdparty/git.git/commit
[PATCH] GIT: Create tar archives of tree on the fly
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Sat, 30 Apr 2005 02:51:04 +0000 (19:51 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 30 Apr 2005 02:51:04 +0000 (19:51 -0700)
commit87fec8fc9e790fedbee0c9fc810dbd1bf006d7b6
tree72f4d42eac2cd9099a663c16cb8201f90a8ff9c9
parent0fc65a4572625405ff6dd9d8c16d835f2b1ebd49
[PATCH] GIT: Create tar archives of tree on the fly

Write commit ID to global extended pax header at the beginning of the tar
file, if possible.  get-tar-commit-id.c is an example program to get the
ID back out of such a tar archive.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
get-tar-commit-id.c [new file with mode: 0644]
tar-tree.c