From: "Knut Olav Bøhmer" <knut-olav.bohmer@telenor.com>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>
Subject: Re: how to keeping track of cherry-pick?
Date: Wed, 21 Jan 2009 09:44:09 +0100 [thread overview]
Message-ID: <4976E059.6000404@telenor.com> (raw)
In-Reply-To: <7vfxjdjvk8.fsf@gitster.siamese.dyndns.org>
Junio C Hamano wrote:
> Knut Olav Bøhmer <knut-olav.bohmer@telenor.com> writes:
>
>> 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"
>
> I think you are looking at it a wrong way.
>
> Because subversion (at least the older one) does not keep track of merges,
> you had to track cherry-picks. But cherry-pick is not how you usually do
> things in git. You keep many topic branches with different doneness, and
> you merge well-cooked ones to the more stable integration branch while
> leaving others still cooking. So what you want to know is not cherry-pick
> status, but merge status.
I was afraid I would get this answer. I know that you change your
workflow when you migrate to git, but I was looking for a way to resolve
the situation we are in, due to our old vcs.
--
Knut Olav Bøhmer
next prev parent reply other threads:[~2009-01-21 8:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2009-01-21 9:13 ` Michael J Gruber
2009-01-21 9:47 ` Junio C Hamano
2009-01-21 12:04 ` Johannes Schindelin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4976E059.6000404@telenor.com \
--to=knut-olav.bohmer@telenor.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).