]> git.ipfire.org Git - thirdparty/git.git/commit
filter-branch: don't use xargs -0
authorJeff King <peff@peff.net>
Wed, 12 Mar 2008 21:41:02 +0000 (17:41 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Mar 2008 07:57:53 +0000 (00:57 -0700)
commitd89c1dfac939623a269f60d4e27e3a2929dca29c
tree6268560c0ebae5ed505de809d6cce31bdddfe295
parent5f7c643afe8da21c82762f872632d6407530f9e8
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