Remove use of 'xargs -0' from git-reset.
commitc3bc895c81b6ec6906be7e6739edb4a50eecf6e9
authorJunio C Hamano <junkio@cox.net>
Sat, 24 Sep 2005 22:02:35 +0000 (24 15:02 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 24 Sep 2005 22:02:35 +0000 (24 15:02 -0700)
treedc5e12f90f4ca0d0f041febbb94ee1533950ed71
parentd66189e2c937867e295aa348068b49498ae1b5ab
Remove use of 'xargs -0' from git-reset.

Even without the trouble it causes to people without GNU xargs,
it was not really necessary to print from Perl and then remove it
outside.  Just unlink it inside Perl.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-reset.sh