-
- Downloads
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
No related tags found
Showing
- builtin/checkout.c 2 additions, 1 deletionbuiltin/checkout.c
- setup.c 2 additions, 4 deletionssetup.c
- sha1_name.c 2 additions, 2 deletionssha1_name.c
- t/t2019-checkout-ambiguous-ref.sh 0 additions, 26 deletionst/t2019-checkout-ambiguous-ref.sh
- t/t6133-pathspec-rev-dwim.sh 48 additions, 0 deletionst/t6133-pathspec-rev-dwim.sh
Loading
Please register or sign in to comment