Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gotta-patch-em-all: Fix filename parsing (part 2)
[why] The new 'pathname' pattern always added a '*' glob to the end. So when we wanted to (just) recreate "Inconsolata" (by specifying "/Inconsolata") that means "/Inconsolata*/*.[to]tf". But that includes also "IncolsolataGo" and "InconsolataLCG" :-( [how] Just remove the globbing after the pathname. If a pathname is specified it must be the correct pathname and no star is added per default. Users could still specify "/Incon*" to get all Inconsolatas in the pathname based filter mode.
- Loading branch information