From: Sergei Organov <osv@javad.com>
To: git@vger.kernel.org
Subject: Surprising 'git-describe --all --match' behavior.
Date: Thu, 19 Jun 2014 17:31:07 +0400 [thread overview]
Message-ID: <87ionxxbz8.fsf@osv.gnss.ru> (raw)
Hello,
Just playing with it, got some surprises:
$ git --version
git version 1.9.3
$ git describe --all
heads/v3.5
$ git describe --all --match 'v*'
tags/v3.5.6b2-4-gab4bf78
$ git describe --all --match 'heads/v*'
fatal: No names found, cannot describe anything.
... "heads/v3.5" matches neither 'v*' nor 'heads/v*'?
$ git describe --all --match 'v*'
tags/v3.5.6b2-4-gab4bf78
$ git describe --all --match 'tags/v*'
fatal: No names found, cannot describe anything.
... git matches short names when outputs full names?
Is it a defect, or what do I miss?
--
Sergei.
next reply other threads:[~2014-06-19 13:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-19 13:31 Sergei Organov [this message]
2014-06-19 17:20 ` Surprising 'git-describe --all --match' behavior Junio C Hamano
2014-06-19 18:58 ` Sergei Organov
2014-06-19 19:10 ` Junio C Hamano
2014-06-19 20:12 ` Sergei Organov
2014-06-19 21:50 ` Junio C Hamano
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=87ionxxbz8.fsf@osv.gnss.ru \
--to=osv@javad.com \
--cc=git@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox