summaryrefslogtreecommitdiff
path: root/pathspec.c
AgeCommit message (Expand)Author
2017-09-21pathspec doc: parse_pathspec does not maintain references to argsJonathan Nieder
2017-06-27Spelling fixesVille Skyttä
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-12pathspec: convert find_pathspecs_matching_against_index to take an indexBrandon Williams
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams
2017-05-10submodule: add die_in_unpopulated_submodule functionBrandon Williams
2017-05-10pathspec: provide a more descriptive die messageBrandon Williams
2017-04-26Merge branch 'ps/pathspec-empty-prefix-origin'Junio C Hamano
2017-04-17pathspec: fix segfault in clear_pathspecBrandon Williams
2017-04-15pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefixPatrick Steinhardt
2017-03-13pathspec: allow escaped query valuesBrandon Williams
2017-03-13pathspec: allow querying for attributesBrandon Williams
2017-02-10pathspec: don't error out on all-exclusionary pathspec patternsLinus Torvalds
2017-02-10pathspec magic: add '^' as alias for '!'Linus Torvalds
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