On Wed, Jul 16, 2008 at 01:51:31PM -0700, Junio C Hamano wrote:
Is there a way to commit the contents of a tarball without using
plumbing? I occasionally want to track an upstream that I know only as
a series of tarballs, so I do something like:
cd repo/
git checkout upstream
rm -rf *
tar -xzvf ../new-version.tar.gz
Then I spend some time mucking around with git-add and git-rm and
eventually end up having to do some sort of git ls-files | git
update-index pipeline.
--b.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html