Do not use perl in git-commit.sh
commit3dffd2c82862f3e49dd9399adb480cd80d4f34ae
authorAlex Riesen <raa.lkml@gmail.com>
Thu, 13 Jul 2006 08:30:43 +0000 (13 10:30 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 14 Jul 2006 05:00:16 +0000 (13 22:00 -0700)
treec19fbc08d62756d47b6f92370ed7be6cf3d29929
parentf5b571fcf7929ca6e85b3c35c4bb96db305d0b1e
Do not use perl in git-commit.sh

git-commit.sh has the only one place where perl is used
and there it can quite trivially be done in sh.

git-ls-files without "-z" produces quoted output, even if
is different from that produced by perl code it is good
enough.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-commit.sh