From: Ian Campbell <ian.campbell@citrix.com>
To: Mark Pryor <tlviewer@yahoo.com>,
Xen-devel <xen-devel@lists.xenproject.org>,
Ian Jackson <ian.jackson@eu.citrix.com>,
Stefano Stabellini <stefano.stabellini@citrix.com>
Subject: Re: qemu-xen.git trouble with tags of stable branches
Date: Wed, 25 Nov 2015 10:28:05 +0000 [thread overview]
Message-ID: <1448447285.17688.40.camel@citrix.com> (raw)
In-Reply-To: <2092648343.10224143.1448395247910.JavaMail.yahoo@mail.yahoo.com>
On Tue, 2015-11-24 at 20:00 +0000, Mark Pryor wrote:
> Hello,
>
> http://xenbits.xen.org/gitweb/?p=qemu-xen.git;a=summary
>
> looking at the tags for the 2 stable branches which are involved in the
> recent patch to xen.git
> unifying the qemu trees.
>
> tags:
> qemu-xen-4.6.0
> qemu-xen-4.5.2
>
> The revisions pointed to in the above tags are not unique and cause wrong
> results in git queries like:
> git log --pretty=oneline qemu-xen-4.5.2..HEAD | wc -l -> 8419
>
> git log --pretty=oneline qemu-xen-4.6.0..HEAD | wc -l -> 4168
>
> the last query should eval to about 85.
Why should it eval to 85, how did you arrive at that number?
Also, as I pointed out to you on xen-users [thread 0], "HEAD" is a
completely meaningless identifier in a global context, it is a repository
local concept, so using it as the basis of these sorts of comparisons is
useless, please either using a specific public branch or a specific commit
sha1 for comparisons.
> In a quick browse of the web view of the repo I see the same patch commit
> multiple times, under different hashes.
Please can you give a specific example of such a commit.
Please also remember that backports from master to stable branches will
often look like the same commit with a different hash, this is a completely
normal thing in git. If the person doing the backport remembered to pass -x
to the git cherry-pick command then these will be annotated with "(cherry
picked from commit 10a06fd65f667a972848ebbbcac11bdba931b544)" in the commit
message, but not everyone remembers to do this.
Ian.
[thread 0] http://lists.xen.org/archives/html/xen-users/2015-11/msg00088.html
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
prev parent reply other threads:[~2015-11-25 10:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <2092648343.10224143.1448395247910.JavaMail.yahoo.ref@mail.yahoo.com>
2015-11-24 20:00 ` qemu-xen.git trouble with tags of stable branches Mark Pryor
2015-11-25 10:28 ` Ian Campbell [this message]
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=1448447285.17688.40.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=stefano.stabellini@citrix.com \
--cc=tlviewer@yahoo.com \
--cc=xen-devel@lists.xenproject.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.