git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* finding the merge of two or more commits
@ 2009-10-29 21:12 E R
  2009-10-29 21:34 ` Avery Pennarun
  2009-10-30 23:38 ` Jakub Narebski
  0 siblings, 2 replies; 4+ messages in thread
From: E R @ 2009-10-29 21:12 UTC (permalink / raw)
  To: git

Hi,

Given two commits c1 and c2, is it possible to ask git if there are
any commits in the repository that were created by either a sequence
of commands like:

git checkout c1
git merge c2

or:

git checkout c2
git merge c1

with any required conflict resolution?

That is, I don't want to merge c1 and c2 myself, but I want to know if
someone else has merged c1 and c2, performed any conflict resolution
and committed the result.

Thanks,
ER

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

end of thread, other threads:[~2009-10-30 23:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-29 21:12 finding the merge of two or more commits E R
2009-10-29 21:34 ` Avery Pennarun
2009-10-30 18:04   ` Jeff King
2009-10-30 23:38 ` Jakub Narebski

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).