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)
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>

No differences found