git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* how to keeping track of cherry-pick?
@ 2009-01-20 23:53 Knut Olav Bøhmer
  2009-01-21  1:29 ` Junio C Hamano
  0 siblings, 1 reply; 6+ messages in thread
From: Knut Olav Bøhmer @ 2009-01-20 23:53 UTC (permalink / raw)
  To: git

Hi,

We are changing from subversion to git. We used to merge revisions from
development branch to stable with svnmerge.py.

svnmerge.py can give us a list of revisions available for merging. The
result is similar to "git log --chery-pick master..dev" The difference
is that svnmerge.py operates on revision-numbers, and --chery-pick looks
at the diffs. The result of that is that when we get a conflict when a
patch is cherry-picked, it will still show up as "available" when I run
"git log --cherry-pick master..dev"

svnmerge.py can also mark revisions as blocked, and will not show up in
the list of available revisions.

How can I keep track of cherry-picked patches, and mark patches as
"blocked", in the same (or similar) way as I did in subversion with
svnmerge.py?

-- 
Knut Olav Bøhmer

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

end of thread, other threads:[~2009-01-21 12:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-20 23:53 how to keeping track of cherry-pick? Knut Olav Bøhmer
2009-01-21  1:29 ` Junio C Hamano
2009-01-21  8:44   ` Knut Olav Bøhmer
2009-01-21  9:13     ` Michael J Gruber
2009-01-21  9:47     ` Junio C Hamano
2009-01-21 12:04     ` Johannes Schindelin

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