]> git.scripts.mit.edu Git - git.git/commitdiff
Merge branch 'nk/name-rev-abbreviated-refs'
authorJunio C Hamano <gitster@pobox.com>
Sun, 30 Jun 2013 22:39:41 +0000 (15:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 30 Jun 2013 22:39:41 +0000 (15:39 -0700)
"git name-rev --refs=tags/v*" were forbidden, which was a bit
inconvenient (you had to give a pattern to match refs fully, like
--refs=refs/tags/v*).

* nk/name-rev-abbreviated-refs:
  name-rev: allow to specify a subpath for --refs option


Trivial merge