]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'nd/dwim-wildcards-as-pathspecs' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 Mar 2016 19:13:39 +0000 (11:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Mar 2016 19:13:39 +0000 (11:13 -0800)
commit8834ea375a404a6c79a6d8cd8cbc9954c6f2847d
treeb9a108984c7f802519edf68ff4ed6fd3ad97131a
parentfbef03d6ab6b9ee23ba1cf895f47314fe4308d2c
parentaac4fac1689f7d1414523d2ac96f1c737ee53b71
Merge branch 'nd/dwim-wildcards-as-pathspecs' into maint

"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