summaryrefslogtreecommitdiff
path: root/pathspec.h
Commit message (Expand)AuthorAgeFilesLines
* dir.h: refactor to no longer need to include cache.hElijah Newren2023-02-231-0/+5
* pathspec.h: move pathspec_needs_expanded_index() from reset.c to hereShaoxuan Yuan2022-08-081-0/+12
* pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)Ævar Arnfjörð Bjarmason2021-12-071-2/+1
* Merge branch 'ds/gender-neutral-doc'Junio C Hamano2021-07-161-1/+1
|\
| * comments: avoid using the gender of our usersFelipe Contreras2021-06-161-1/+1
* | Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano2021-05-071-2/+16
|\ \
| * | add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares2021-04-081-0/+8
| * | pathspec: allow to ignore SKIP_WORKTREE entries on index matchingMatheus Tavares2021-04-081-2/+8
| |/
* | *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-141-3/+3
|/
* Merge branch 'hw/doc-in-header'Junio C Hamano2019-12-161-1/+34
|\
| * pathspec: move doc to pathspec.hHeba Waly2019-11-181-1/+34
* | pathspec: add new function to parse fileAlexandr Miloslavskiy2019-11-201-0/+10
|/
* dir.c: move, rename and export match_attrs()Nguyễn Thái Ngọc Duy2018-11-191-0/+3
* pathspec.h: clean up "extern" in function declarationsNguyễn Thái Ngọc Duy2018-11-191-12/+12
* Add missing includes and forward declarationsElijah Newren2018-08-151-0/+2
* Merge branch 'bw/pathspec-match-submodule-boundary'Junio C Hamano2017-12-191-0/+1
|\
| * pathspec: only match across submodule boundaries when requestedbw/pathspec-match-submodule-boundaryBrandon Williams2017-12-051-0/+1
* | pathspec doc: parse_pathspec does not maintain references to argsjk/revision-remove-cmdline-pathspecJonathan Nieder2017-09-211-0/+7
|/
* pathspec: convert find_pathspecs_matching_against_index to take an indexbw/pathspec-sans-the-indexBrandon Williams2017-05-121-2/+5
* pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams2017-05-121-6/+4
* pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams2017-05-121-11/+3
* pathspec: allow querying for attributesBrandon Williams2017-03-131-1/+14
* pathspec: copy and free owned memoryBrandon Williams2017-01-081-2/+2
* pathspec: remove the deprecated get_pathspec functionBrandon Williams2017-01-081-1/+0
* Merge branch 'bw/pathspec-remove-unused-extern-decl'Junio C Hamano2016-09-211-2/+0
|\
| * pathspec: remove unnecessary function prototypesbw/pathspec-remove-unused-extern-declBrandon Williams2016-09-131-2/+0
* | pathspec: rename free_pathspec() to clear_pathspec()jc/clear-pathspecJunio C Hamano2016-06-021-2/+2
|/
* Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy2013-12-061-1/+3
* pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesnd/literal-pathspecsnd/liteal-pathspecsNguyễn Thái Ngọc Duy2013-10-281-0/+7
* Merge branch 'nd/magic-pathspec'Junio C Hamano2013-09-091-1/+1
* parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-151-1/+21
* pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-151-1/+3
* pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+3
* kill limit_pathspec_to_literal() as it's only used by parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-2/+0
* parse_pathspec: make sure the prefix part is wildcard-freeNguyễn Thái Ngọc Duy2013-07-151-1/+1
* rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
* remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy2013-07-151-2/+2
* remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-1/+0
* check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-0/+1
* guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy2013-07-151-0/+7
* parse_pathspec: support prefixing original patternsNguyễn Thái Ngọc Duy2013-07-151-0/+1
* parse_pathspec: support stripping/checking submodule pathsNguyễn Thái Ngọc Duy2013-07-151-0/+10
* parse_pathspec: support stripping submodule trailing slashesNguyễn Thái Ngọc Duy2013-07-151-0/+2
* parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-151-1/+5
* parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flagsNguyễn Thái Ngọc Duy2013-07-151-0/+4
* parse_pathspec: save original pathspec for reportingNguyễn Thái Ngọc Duy2013-07-151-0/+1
* add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy2013-07-151-0/+11
* pathspec: add copy_pathspecNguyễn Thái Ngọc Duy2013-07-151-0/+1
* move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-151-0/+21
* add.c: extract new die_if_path_beyond_symlink() for reuseAdam Spiers2013-01-061-0/+1