From: Johannes Schindelin Date: Sat, 17 Feb 2007 18:22:35 +0000 (+0100) Subject: name-rev: introduce the --refs= option X-Git-Tag: v1.5.1-rc1~285 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2afc29aa84f518906c50a1f005e3d715babb5c20?ds=sidebyside;hp=2afc29aa84f518906c50a1f005e3d715babb5c20 name-rev: introduce the --refs= option Instead of (or, in addition to) --tags, to use only tags for naming, you can now use --refs= to specify a shell glob pattern which the refs must match to be used for naming. Example: $ git name-rev --refs=*v1* 33db5f4d 33db5f4d tags/v1.0rc1^0~1593 Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---