Re: [PATCH] rebase with preserve merges should not show merged commits

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Björn <B.Steinbrink@...>
Cc: <git@...>
Date: Saturday, March 22, 2008 - 11:37 am

Hallo Bj=C3=B6rn,

Bj=C3=B6rn Steinbrink schrieb am Sat 22. Mar, 16:12 (+0100):
ommits
=2E But
ust
ommits

Yes, exactly this is my intent.


That's a pity. So it's meant to be for such cases:

M---A---B
 \       \
  o---C---+---o branch

M---A---B
|    \
|     `-B'
 \       \
  o---C'--+---o branch


What's the intention of the patch that adds --first-parent somewhere that
you've mentioned in the IRC?

I would like to send some tests for bugs I've seen. How do I correctly
cleanup after rebase failed? It's necessary to not break following tests.

test_expect_failure '=E2=80=A6' '
	=E2=80=A6
	git rebase -i =E2=80=A6
'

Should I do something like this:

test_expect_failure '=E2=80=A6' '
	=E2=80=A6
	if !git rebase -i =E2=80=A6;
	then
		git rebase --abort;
		false
	fi
'

Bye, J=C3=B6rg.
--=20
Manchmal denke ich, das sicherste Indiz daf=C3=BCr, da=C3=9F anderswo im Un=
iversum
intelligentes Leben existiert, ist, da=C3=9F niemand versucht hat, mit uns
Kontakt aufzunehmen.                           (Calvin und Hobbes)
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] rebase with preserve merges should not show merg..., Johannes Schindelin, (Fri Mar 21, 9:33 pm)
Re: [PATCH] rebase with preserve merges should not show merg..., Johannes Schindelin, (Sat Mar 22, 7:22 am)
Re: [PATCH] rebase with preserve merges should not show merg..., Jörg, (Sat Mar 22, 11:37 am)
Re: [PATCH v2 1/5] rebase with preserve merges should not sh..., Johannes Schindelin, (Sat Mar 22, 10:46 am)
[PATCH v2 3/5] , Jörg Sommer, (Sat Mar 22, 10:08 am)
[PATCH] , Jörg Sommer, (Fri Mar 21, 9:19 pm)
[PATCH] New tests to check rebase with preserve merges, Jörg Sommer, (Fri Mar 21, 9:19 pm)