git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Tracking cherry picks
@ 2011-10-20 14:21 Phillip Susi
  2011-10-20 15:00 ` Kirill Likhodedov
  2011-10-21  9:52 ` Jonathan Nieder
  0 siblings, 2 replies; 4+ messages in thread
From: Phillip Susi @ 2011-10-20 14:21 UTC (permalink / raw)
  To: git

I need to maintain a few stable release branches in addition to the 
master branch.  Sometimes a bug is found and the fix needs applied to 
multiple branches.  I would like to be able to list what branches the 
fix has been applied to to validate that it went in everywhere it was 
needed, but after cherry-picking the fix from master to the stable 
branches, the SHA1 of the commit is different, and so git branch 
--contains does not think the commit was applied to each of the stable 
branches.

Is there a way around this?  Why doesn't git-cherrypick record the 
original SHA1 it was picked from in the commit?

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

end of thread, other threads:[~2011-10-21  9:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-20 14:21 Tracking cherry picks Phillip Susi
2011-10-20 15:00 ` Kirill Likhodedov
2011-10-20 15:34   ` Ramkumar Ramachandra
2011-10-21  9:52 ` Jonathan Nieder

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