]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Make release tarballs friendlier to older tar versions
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Sun, 18 Jun 2006 13:25:33 +0000 (15:25 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 18 Jun 2006 18:29:36 +0000 (11:29 -0700)
commit9cd625b79babaf50f50a0e5d96903eaacb1ee600
treeb5cc9683b52e6a0d75eb7a68aee9944e9e9c15ae
parent6698060c15e837babb3b80f980bbed290934a692
Make release tarballs friendlier to older tar versions

git-tar-tree adds an extended pax header to archives if its first
parameter points to a commit.  It confuses older tars and isn't
very useful in the case of git anyway, so stop doing it.

Idea: Junio, implementation: Junio.  I just wrote it up. :-)

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile