From: Jeff King Date: Wed, 12 Mar 2008 21:41:02 +0000 (-0400) Subject: filter-branch: don't use xargs -0 X-Git-Tag: v1.5.5-rc0~5^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d89c1dfac939623a269f60d4e27e3a2929dca29c?ds=inline;hp=d89c1dfac939623a269f60d4e27e3a2929dca29c 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 Signed-off-by: Junio C Hamano ---