git-commit: use update-index --stdin, instead of xargs.
commit148ccbb0384829ab051d6d789b8adf761adf7817
authorJunio C Hamano <junkio@cox.net>
Tue, 27 Sep 2005 01:13:53 +0000 (26 18:13 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 27 Sep 2005 23:59:45 +0000 (27 16:59 -0700)
treefbd5dab7b6b303c7128d178e536b2ce8f9894445
parent1f7f99de841f533b99b80420bbaf44a808ea5b84
git-commit: use update-index --stdin, instead of xargs.

Now update-index supports '-z --stdin', we do not have to rely on
platform xargs to support -0 option.

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