t7504: document regression: reword no longer calls commit-msg
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 22 Mar 2017 15:01:19 +0000 (16:01 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Mar 2017 18:25:49 +0000 (11:25 -0700)
commitcb7fb9ed4277f3e1e9203777d4de0805cf29f873
treee1eadcae2bb4738499ca43535b5ab505fcbc9ac2
parent994292130121175dcb53f72541b7445e4b054d75
t7504: document regression: reword no longer calls commit-msg

The `reword` command of an interactive rebase used to call the
commit-msg hooks, but that regressed when we switched to the
rebase--helper backed by the sequencer.

Noticed by Sebastian Schuberth.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7504-commit-msg-hook.sh