Teach 'rebase -i' the command "reword"
commit6741aa6c399dec3d8f0b25699a73b8fcf974d702
authorBjörn Gustavsson <bgustavsson@gmail.com>
Wed, 7 Oct 2009 06:13:23 +0000 (7 08:13 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Oct 2009 04:46:41 +0000 (7 21:46 -0700)
treec18491e3e7061fd82a47dbd7536df2595219e784
parentdbc1b1f71052c084a84b5c395e1cb4b5ae526fcb
Teach 'rebase -i' the command "reword"

Make it easier to edit just the commit message for a commit
using 'git rebase -i' by introducing the "reword" command.

Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt
git-rebase--interactive.sh
t/lib-rebase.sh
t/t3404-rebase-interactive.sh