Built-in git-get-tar-commit-id
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Sat, 10 Jun 2006 14:13:41 +0000 (16:13 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 10 Jun 2006 18:14:00 +0000 (11:14 -0700)
commit52ba03cbb1c718093946f5254187082bd7b32845
tree75bb33782f3527ad2617be04884d489cf9eba1df
parent5e3a620cd5f7baaf27198192a614271c6145ec3b
Built-in git-get-tar-commit-id

By being an internal command git-get-commit-id can make use of
struct ustar_header and other stuff and stops wasting precious
disk space.

Note: I recycled one of the two "tar-tree" entries instead of
splitting that cleanup into a separate patch.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
builtin-tar-tree.c
builtin.h
get-tar-commit-id.c [deleted file]
git.c