git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Question about git-cherry and the rev list it's using
@ 2011-05-11 16:11 Francis Moreau
  2011-05-12  6:47 ` Michael J Gruber
  0 siblings, 1 reply; 6+ messages in thread
From: Francis Moreau @ 2011-05-11 16:11 UTC (permalink / raw)
  To: git

Hello,

I'm using "git cherry old master base" to see if all commits between
master and base have been applied in my 'old' branch.

So I expect that git cherry is using a list of commits given by : "git
rev-list --no-merges base..master".

But it looks like it's not the case:

  $ git rev-list --no-merges --oneline base..master | wc -l
  22

  $ git cherry old master base | wc -l
  12

Could anybody help me on this because I don't understand the results I have ?

Thanks
-- 
Francis

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

end of thread, other threads:[~2011-05-13 16:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-11 16:11 Question about git-cherry and the rev list it's using Francis Moreau
2011-05-12  6:47 ` Michael J Gruber
2011-05-13  6:54   ` Francis Moreau
2011-05-13  7:02     ` Francis Moreau
2011-05-13 11:13       ` Michael J Gruber
2011-05-13 16:29         ` Francis Moreau

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