rebase -i: ignore patches that are already in the upstream
commit96ffe892e307ea512abbc633f822558c568cece1
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 1 Aug 2007 14:59:35 +0000 (1 15:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Aug 2007 00:56:28 +0000 (1 17:56 -0700)
tree2f17e2028ae01cc2097b7eacfb819fd402b7233d
parent420acb31acbfbd78e0c35ac0c614de8717daed0a
rebase -i: ignore patches that are already in the upstream

Non-interactive rebase had this from the beginning -- match it by
using --cherry-pick option to rev-list.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh
t/t3404-rebase-interactive.sh