commit | 6741aa6c399dec3d8f0b25699a73b8fcf974d702 | [log] [tgz] |
---|---|---|
author | Björn Gustavsson <bgustavsson@gmail.com> | Wed Oct 07 08:13:23 2009 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Oct 07 21:46:41 2009 -0700 |
tree | c18491e3e7061fd82a47dbd7536df2595219e784 | |
parent | dbc1b1f71052c084a84b5c395e1cb4b5ae526fcb [diff] |
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>