summaryrefslogtreecommitdiff
path: root/pathspec.h
AgeCommit message (Expand)Author
2021-07-17Merge branch 'ds/gender-neutral-doc'Junio C Hamano
2021-06-16comments: avoid using the gender of our usersFelipe Contreras
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee
2021-04-08add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares
2021-04-08pathspec: allow to ignore SKIP_WORKTREE entries on index matchingMatheus Tavares
2019-12-16Merge branch 'hw/doc-in-header'Junio C Hamano
2019-11-20pathspec: add new function to parse fileAlexandr Miloslavskiy
2019-11-18pathspec: move doc to pathspec.hHeba Waly
2018-11-19dir.c: move, rename and export match_attrs()Nguyễn Thái Ngọc Duy
2018-11-19pathspec.h: clean up "extern" in function declarationsNguyễn Thái Ngọc Duy
2018-08-15Add missing includes and forward declarationsElijah Newren
2017-12-19Merge branch 'bw/pathspec-match-submodule-boundary'Junio C Hamano
2017-12-05pathspec: only match across submodule boundaries when requestedBrandon Williams
2017-09-21pathspec doc: parse_pathspec does not maintain references to argsJonathan Nieder
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-03-13pathspec: allow querying for attributesBrandon Williams
2017-01-09pathspec: copy and free owned memoryBrandon Williams
2017-01-09pathspec: remove the deprecated get_pathspec functionBrandon Williams
2016-09-21Merge branch 'bw/pathspec-remove-unused-extern-decl'Junio C Hamano
2016-09-13pathspec: remove unnecessary function prototypesBrandon Williams
2016-06-02pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano
2013-12-06Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy
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-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: 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: 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-15check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-15guard against new pathspec magic in pathspec matching codeNguyễ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
2013-07-15parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flagsNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: save original pathspec for reportingNguyễn Thái Ngọc Duy
2013-07-15add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy
2013-07-15pathspec: add copy_pathspecNguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2013-01-06add.c: extract new die_if_path_beyond_symlink() for reuseAdam Spiers
2013-01-06add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuseAdam Spiers
2013-01-06pathspec.c: rename newly public functions for clarityAdam Spiers
2013-01-06add.c: move pathspec matchers into new pathspec.c for reuseAdam Spiers