Git development
 help / color / mirror / Atom feed
* Surprising 'git-describe --all --match' behavior.
@ 2014-06-19 13:31 Sergei Organov
  2014-06-19 17:20 ` Junio C Hamano
  0 siblings, 1 reply; 6+ messages in thread
From: Sergei Organov @ 2014-06-19 13:31 UTC (permalink / raw)
  To: git

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.

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

end of thread, other threads:[~2014-06-19 21:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-19 13:31 Surprising 'git-describe --all --match' behavior Sergei Organov
2014-06-19 17:20 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox