git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* another git rebase -i problem
@ 2008-02-14  9:37 Uwe Kleine-König
  2008-02-14 12:35 ` Johannes Schindelin
  2008-02-15  9:21 ` Uwe Kleine-König
  0 siblings, 2 replies; 6+ messages in thread
From: Uwe Kleine-König @ 2008-02-14  9:37 UTC (permalink / raw)
  To: git

Hello,

this time it's more trivial, so maybe PEBKAC.

After applying the patch below, the test fails.  git rebase (without -i)
works.

The relevant history looks as follows:

	F - I+H+G+G - ... <- branch3
	 \
	  I

And moreover I have a more complicated history here with git rebase
failing but I think this here is not my problem :-(

Best regards
Uwe

diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh
index e5ed745..4d2dec7 100755
--- a/t/t3404-rebase-interactive.sh
+++ b/t/t3404-rebase-interactive.sh
@@ -362,4 +362,11 @@ test_expect_success 'rebase with a file named HEAD in worktree' '
 
 '
 
+test_expect_success 'rebase patch already merged' '
+
+	git checkout -b branch4 I &&
+	git rebase -i branch3
+
+'
+
 test_done
-- 
1.5.4.1


-- 
Uwe Kleine-König, Software Engineer
Digi International GmbH Branch Breisach, Küferstrasse 8, 79206 Breisach, Germany
Tax: 315/5781/0242 / VAT: DE153662976 / Reg. Amtsgericht Dortmund HRB 13962

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-02-15  9:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-14  9:37 another git rebase -i problem Uwe Kleine-König
2008-02-14 12:35 ` Johannes Schindelin
2008-02-14 13:02   ` Uwe Kleine-König
2008-02-14 15:39     ` Johannes Schindelin
2008-02-15  8:10       ` Uwe Kleine-König
2008-02-15  9:21 ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).