summaryrefslogtreecommitdiff
path: root/t/t6130-pathspec-noglob.sh
AgeCommit message (Expand)Author
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2013-10-28pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesNguyễn Thái Ngọc Duy
2013-07-15pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy
2013-07-15pathspec: make --literal-pathspecs disable pathspec magicNguyễn Thái Ngọc Duy
2013-07-15pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy
2013-01-06t6130-pathspec-noglob: Windows does not allow a file named "f*"Johannes Sixt
2012-12-19add global --literal-pathspecs optionJeff King