git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to find commits unique to a branch
@ 2016-06-20 20:43 Nikolaus Rath
  2016-06-20 22:21 ` Junio C Hamano
  0 siblings, 1 reply; 9+ messages in thread
From: Nikolaus Rath @ 2016-06-20 20:43 UTC (permalink / raw)
  To: git

Hello,

What's the best way to find all commits in a branch A that have not been
cherry-picked from (or to) another branch B?

I think I could format-patch all commits in every branch into separate
files, hash the Author and Date of each files, and then compare the two
lists. But I'm hoping there's a way to instead have git do the
heavy-lifting?


Best,
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«

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

end of thread, other threads:[~2016-06-22 18:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-20 20:43 How to find commits unique to a branch Nikolaus Rath
2016-06-20 22:21 ` Junio C Hamano
2016-06-20 23:21   ` Nikolaus Rath
2016-06-21  8:28     ` Michael J Gruber
2016-06-22 16:38       ` Nikolaus Rath
2016-06-21 18:04     ` Nikolaus Rath
2016-06-21 18:31       ` Junio C Hamano
2016-06-22 16:38         ` Nikolaus Rath
2016-06-22 18:20           ` Junio C Hamano

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