[Mesa-dev] [10.4] git describe points to 10.2-branchpoint-3617-ga4ffc2a

Jan Vesely jan.vesely at rutgers.edu
Mon Nov 17 08:49:42 PST 2014


On Mon, 2014-11-17 at 16:01 +0000, Emil Velikov wrote:
> On 17/11/14 15:34, Ilia Mirkin wrote:
> > On Mon, Nov 17, 2014 at 10:30 AM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> >> Hi Sedat,
> >>
> >> On 15/11/14 12:50, Sedat Dilek wrote:
> >>> Cosmetics? Intended?
> >>>
> >>> $ LC_ALL=C git status
> >>> # On branch master
> >>> # Your branch is up-to-date with 'origin/master'.
> >>> #
> >>> nothing to commit, working directory clean
> >>>
> >>> $ LC_ALL=C git checkout -b 10.4 origin/10.4
> >>> Branch 10.4 set up to track remote branch 10.4 from origin.
> >>> Switched to a new branch '10.4'
> >>>
> >>> $ LC_ALL=C git describe
> >>> 10.2-branchpoint-3617-ga4ffc2a
> >>>
> >> It seems that git describe does not like/honour tags that have not been
> >> signed. With the 10.3 and 10.4 branchpoint being such, this leads to the
> >> case you've pointed out.
> > 
> > git help describe:
> > 
> >        --tags
> >            Instead of using only the annotated tags, use any tag found in
> >            refs/tags namespace. This option enables matching a lightweight
> >            (non-annotated) tag.
> > 
> > Does "annotated" mean "signed"?
> > 
> Your guess is as good as mine.

thought this might help:
"Annotated tags, however, are stored as full objects in the Git
database. They’re checksummed; contain the tagger name, e-mail, and
date; have a tagging message; and can be signed and verified with GNU
Privacy Guard (GPG). It’s generally recommended that you create
annotated tags so you can have all this information; but if you want a
temporary tag or for some reason don’t want to keep the other
information, lightweight tags are available too."

git tag -a creates annotated tag

> 
> > $ git describe HEAD
> > 10.2-branchpoint-3007-ge1c5444
> > $ git describe --tags HEAD
> > 10.3-branchpoint-937-ge1c5444
> > 
> I would assume that you had something based off 10.3 checked out ?
> 
> $ git describe --tags origin/master
> 10.4-branchpoint-25-gae4536b
> 
> 
> -Emil
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev

-- 
Jan Vesely <jan.vesely at rutgers.edu>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20141117/b9f55c69/attachment-0001.sig>


More information about the mesa-dev mailing list