Add a command "fixup" to rebase --interactive
commit0205e72f088322a70a77643a7cd2d8b23ee07e14
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 7 Dec 2009 09:20:59 +0000 (7 10:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Dec 2009 21:50:57 +0000 (7 13:50 -0800)
tree4d723fafa7ea1bc3f27c6210939d1ae8162fa137
parent163f3925902446735b2f631dc44ab67882a93024
Add a command "fixup" to rebase --interactive

The command is like "squash", except that it discards the commit message
of the corresponding commit.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
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