git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-cherry doesn't detect a "copied" commit
@ 2015-10-20 16:32 Francis Moreau
  2015-10-23  6:47 ` Francis Moreau
  2015-10-23 10:57 ` Kevin Daudt
  0 siblings, 2 replies; 6+ messages in thread
From: Francis Moreau @ 2015-10-20 16:32 UTC (permalink / raw)
  To: git@vger.kernel.org

Hi,

I'm seeing something odd with git-cherry: it doesn't seem to detect
that a commit has been cherry-picked from master branch.

This happens with the systemd git repository (from github) so it
should be fairly simple to reproduce.

What I did:

$ git --version
git version 2.6.0
$ git checkout -b foo v210
$ git cherry-pick -x 9ea28c55a2488e6cd4a44ac5786f12b71ad5bc9f
$ git branch --contains 9ea28c55a2488e6cd4a44ac5786f12b71ad5bc9f
master
$ git cherry master HEAD
+ fef60bf34d1b372bea1db2515a8d936386dfc523

so git-cherry tells me that the cherry-picked commit has not
equivalent in master, which is no the case.

What am I missing ?

Thanks
-- 
Francis

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

end of thread, other threads:[~2015-10-29 14:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-20 16:32 git-cherry doesn't detect a "copied" commit Francis Moreau
2015-10-23  6:47 ` Francis Moreau
2015-10-23 10:57 ` Kevin Daudt
2015-10-23 12:24   ` Francis Moreau
2015-10-23 22:41     ` Junio C Hamano
2015-10-29 14:44       ` 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).