Fix prepare-commit-msg hook and replace in-place sed
authorMarcel Koeppen <git-dev@marzelpan.de>
Wed, 21 May 2008 16:25:54 +0000 (18:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 May 2008 16:45:53 +0000 (09:45 -0700)
The patterns to the case statement could never be matched, so the hook
was a noop. This patch also replaces the non-portable use of in-place sed.

Signed-off-by: Marcel Koeppen <git-dev@marzelpan.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found