tar-tree deprecation: we eat our own dog food.
authorJunio C Hamano <junkio@cox.net>
Thu, 5 Oct 2006 09:26:12 +0000 (02:26 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 5 Oct 2006 09:26:12 +0000 (02:26 -0700)
It is silly to keep using git-tar-tree in dist target when the
command gives a big deprecation warning when called. Instead,
use "git-archive --format=tar" which we recommend to our users.

Update gitweb's snapshot feature to use git-archive for the same
reason.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found