From: Marcel Koeppen Date: Wed, 21 May 2008 16:25:54 +0000 (+0200) Subject: Fix prepare-commit-msg hook and replace in-place sed X-Git-Tag: v1.5.6-rc0~41 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4be1fe1b944e568f47efcb9d1beb8639f50b723f?hp=4be1fe1b944e568f47efcb9d1beb8639f50b723f Fix prepare-commit-msg hook and replace in-place sed 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 Signed-off-by: Junio C Hamano ---