summaryrefslogtreecommitdiff
path: root/pathspec.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano1-1/+0
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy1-1/+0
2018-11-19dir.c: move, rename and export match_attrs()Libravatar Nguyễn Thái Ngọc Duy1-0/+38
2018-08-13pathspec.c: use the right index instead of the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-05-06Convert remaining die*(BUG) messagesLibravatar Johannes Schindelin1-1/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-5/+5
2017-11-06Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Libravatar Junio C Hamano1-7/+4
2017-09-21pathspec doc: parse_pathspec does not maintain references to argsLibravatar Jonathan Nieder1-4/+0
2017-06-27Spelling fixesLibravatar Ville Skyttä1-1/+1
2017-06-24Merge branch 'ab/free-and-null'Libravatar Junio C Hamano1-2/+1
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-23pathspec: die on empty strings as pathspecLibravatar Emily Xie1-7/+4
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-05-12pathspec: convert find_pathspecs_matching_against_index to take an indexLibravatar Brandon Williams1-4/+7
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPLibravatar Brandon Williams1-15/+0
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagLibravatar Brandon Williams1-29/+0
2017-05-10submodule: add die_in_unpopulated_submodule functionLibravatar Brandon Williams1-29/+0
2017-05-10pathspec: provide a more descriptive die messageLibravatar Brandon Williams1-1/+1
2017-04-26Merge branch 'ps/pathspec-empty-prefix-origin'Libravatar Junio C Hamano1-1/+1
2017-04-16pathspec: fix segfault in clear_pathspecLibravatar Brandon Williams1-1/+1
2017-04-14pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefixLibravatar Patrick Steinhardt1-1/+1
2017-03-13pathspec: allow escaped query valuesLibravatar Brandon Williams1-4/+48
2017-03-13pathspec: allow querying for attributesLibravatar Brandon Williams1-5/+108
2017-02-10pathspec: don't error out on all-exclusionary pathspec patternsLibravatar Linus Torvalds1-5/+10
2017-02-10pathspec magic: add '^' as alias for '!'Libravatar Linus Torvalds1-0/+6
2017-01-09pathspec: give better message for submodule related pathspec errorLibravatar Stefan Beller1-2/+33
2017-01-08pathspec: rename prefix_pathspec to init_pathspec_itemLibravatar Brandon Williams1-17/+7
2017-01-08pathspec: small readability changesLibravatar Brandon Williams1-10/+15
2017-01-08pathspec: create strip submodule slash helpersLibravatar Brandon Williams1-26/+42
2017-01-08pathspec: create parse_element_magic helperLibravatar Brandon Williams1-17/+20
2017-01-08pathspec: create parse_long_magic functionLibravatar Brandon Williams1-35/+57
2017-01-08pathspec: create parse_short_magic functionLibravatar Brandon Williams1-18/+36
2017-01-08pathspec: factor global magic into its own functionLibravatar Brandon Williams1-49/+78
2017-01-08pathspec: simpler logic to prefix original pathspec elementsLibravatar Brandon Williams1-20/+13
2017-01-08pathspec: always show mnemonic and name in unsupported_magicLibravatar Brandon Williams1-15/+9
2017-01-08pathspec: remove unused variable from unsupported_magicLibravatar Brandon Williams1-3/+2
2017-01-08pathspec: copy and free owned memoryLibravatar Brandon Williams1-4/+19
2017-01-08pathspec: remove the deprecated get_pathspec functionLibravatar Brandon Williams1-39/+3
2016-10-26Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Libravatar Junio C Hamano1-2/+9
2016-10-10Merge branch 'rs/qsort'Libravatar Junio C Hamano1-2/+1
2016-09-29use QSORTLibravatar René Scharfe1-2/+1
2016-09-25use COPY_ARRAYLibravatar René Scharfe1-2/+1
2016-06-22pathspec: warn on empty strings as pathspecLibravatar Emily Xie1-2/+9
2016-06-02pathspec: rename free_pathspec() to clear_pathspec()Libravatar Junio C Hamano1-1/+1
2016-02-22convert trivial cases to ALLOC_ARRAYLibravatar Jeff King1-2/+3
2014-07-21Merge branch 'maint'Libravatar Junio C Hamano1-2/+1
2014-07-21use xcalloc() to allocate zero-initialized memoryLibravatar René Scharfe1-2/+1
2014-07-10use strbuf_addch for adding single charactersLibravatar René Scharfe1-1/+1