author | Jeff King <peff@peff.net> | |
Wed, 12 Mar 2008 21:41:02 +0000 (17:41 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 13 Mar 2008 07:57:53 +0000 (00:57 -0700) | ||
commit | d89c1dfac939623a269f60d4e27e3a2929dca29c | |
tree | 6268560c0ebae5ed505de809d6cce31bdddfe295 | tree | snapshot |
parent | 5f7c643afe8da21c82762f872632d6407530f9e8 | commit | diff |
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>
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 | diff | blob | history |