summaryrefslogtreecommitdiff
path: root/pathspec.c
AgeCommit message (Expand)Author
2017-01-09pathspec: give better message for submodule related pathspec errorStefan Beller
2017-01-09pathspec: rename prefix_pathspec to init_pathspec_itemBrandon Williams
2017-01-09pathspec: small readability changesBrandon Williams
2017-01-09pathspec: create strip submodule slash helpersBrandon Williams
2017-01-09pathspec: create parse_element_magic helperBrandon Williams
2017-01-09pathspec: create parse_long_magic functionBrandon Williams
2017-01-09pathspec: create parse_short_magic functionBrandon Williams
2017-01-09pathspec: factor global magic into its own functionBrandon Williams
2017-01-09pathspec: simpler logic to prefix original pathspec elementsBrandon Williams
2017-01-09pathspec: always show mnemonic and name in unsupported_magicBrandon Williams
2017-01-09pathspec: remove unused variable from unsupported_magicBrandon Williams
2017-01-09pathspec: copy and free owned memoryBrandon Williams
2017-01-09pathspec: remove the deprecated get_pathspec functionBrandon Williams
2016-10-26Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Junio C Hamano
2016-10-10Merge branch 'rs/qsort'Junio C Hamano
2016-09-29use QSORTRené Scharfe
2016-09-25use COPY_ARRAYRené Scharfe
2016-06-22pathspec: warn on empty strings as pathspecEmily Xie
2016-06-02pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2014-07-21Merge branch 'maint'Junio C Hamano
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe
2014-07-10use strbuf_addch for adding single charactersRené Scharfe
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2014-01-10Merge branch 'nd/negative-pathspec'Junio C Hamano
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-06pathspec.c: support adding prefix magic to a pathspec with mnemonic magicNguyễn Thái Ngọc Duy
2013-12-06Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-03Merge branch 'mi/typofixes'Junio C Hamano
2013-11-12typofixes: fix misspelt commentsMasanari Iida
2013-10-28pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesNguyễn Thái Ngọc Duy
2013-09-09Merge branch 'nd/magic-pathspec'Junio C Hamano
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-05pathspec: catch prepending :(prefix) on pathspec with short magicNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: accept :(icase)path syntaxNguyễ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-07-15kill limit_pathspec_to_literal() as it's only used by parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_ORIGINNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: make sure the prefix part is wildcard-freeNguyễn Thái Ngọc Duy
2013-07-15rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy
2013-07-15remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy
2013-07-15remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15add: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-15check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: support prefixing original patternsNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: support stripping/checking submodule pathsNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: support stripping submodule trailing slashesNguyễn Thái Ngọc Duy