Merge branch 'nd/dwim-wildcards-as-pathspecs'
commite6a6a768ca472afed90adbbd786e5c04fff6be7b
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2016 21:25:52 +0000 (24 13:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2016 21:25:52 +0000 (24 13:25 -0800)
tree24e3f08992b8d7135cf703a013c591f41018757b
parent7c0da37d7b0e09c199788191b322bf45fd003e3c
parentaac4fac1689f7d1414523d2ac96f1c737ee53b71
Merge branch 'nd/dwim-wildcards-as-pathspecs'

"git show 'HEAD:Foo[BAR]Baz'" did not interpret the argument as a
rev, i.e. the object named by the the pathname with wildcard
characters in a tree object.

* nd/dwim-wildcards-as-pathspecs:
  get_sha1: don't die() on bogus search strings
  check_filename: tighten dwim-wildcard ambiguity
  checkout: reorder check_filename conditional
builtin/checkout.c
setup.c
sha1_name.c