filter-branch: don't use xargs -0
commit4f126d6ffb66f6cff200decf0649c4055feb2c2a
authorJeff King <peff@peff.net>
Wed, 12 Mar 2008 21:41:02 +0000 (12 17:41 -0400)
committerJeff King <peff@peff.net>
Thu, 13 Mar 2008 12:19:01 +0000 (13 08:19 -0400)
tree339e20da489eb6ae1fd96f07c77b7f8f612fc18e
parent6be4d4dea0a946218c7646ff4f040cf1ea0e4cd1
filter-branch: don't use xargs -0

Some versions of xargs don't understand "-0"; fortunately in
this case we can get the same effect by using "git clean".

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh