[snip] > git-archive --format=tar --prefix=some/prefix/ HEAD | gzip > ball.tar.gz > > This is much more easier than creating a tarball from a cvs repository. > Are we talking about making the release source tarballs? If so, then building them is one command: make distcheck Doesn't get much easier than that. :) -Ales