aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/check-ignore.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-4/+3
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason1-2/+2
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason1-2/+1
2021-05-07Merge branch 'ah/plugleaks'Junio C Hamano1-0/+1
2021-04-28builtin/check-ignore: clear_pathspec before returningAndrzej Hunt1-0/+1
2021-04-08pathspec: allow to ignore SKIP_WORKTREE entries on index matchingMatheus Tavares1-1/+2
2020-08-18dir: fix problematic API to avoid memory leaksElijah Newren1-2/+2
2020-02-18check-ignore: fix documentation and implementation to matchElijah Newren1-0/+3
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee1-1/+1
2019-09-05treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee1-2/+2
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee1-2/+2
2019-09-05treewide: rename 'struct exclude' to 'struct path_pattern'Derrick Stolee1-17/+17
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-0/+1
2018-02-12check-ignore: fix mix of directories and other file typesRené Scharfe1-1/+2
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano1-2/+4
2017-05-12pathspec: convert find_pathspecs_matching_against_index to take an indexBrandon Williams1-1/+1
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams1-1/+3
2017-05-06dir: convert is_excluded to take an indexBrandon Williams1-1/+2
2016-02-01give "nbuf" strbuf a more meaningful nameJeff King1-7/+6
2016-01-15check-ignore: there are only two possible line terminationsJunio C Hamano1-3/+4
2015-10-16usage: do not insist that standard input must come from a fileJunio C Hamano1-1/+1
2015-01-14standardize usage info string formatAlex Henrie1-2/+2
2013-09-20Merge branch 'dw/check-ignore-sans-index'Junio C Hamano1-2/+4
2013-09-12check-ignore: Add option to ignore index contentsDave Williams1-2/+4
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano1-13/+22
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano1-6/+6
2013-09-04Merge branch 'jc/check-x-z'Junio C Hamano1-6/+6
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller1-6/+6
2013-07-15remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy1-2/+2
2013-07-15check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-13/+22
2013-07-11check-ignore -z: a single -z should apply to both input and outputJunio C Hamano1-1/+1
2013-07-11check-ignore: the name of the character is NUL, not NULLJunio C Hamano1-6/+6
2013-05-29Merge branch 'as/check-ignore'Junio C Hamano1-42/+50
2013-04-15dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees1-1/+0
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees1-5/+1
2013-04-11check-ignore: allow incremental streaming of queries via --stdinAdam Spiers1-10/+5
2013-04-11check-ignore: move setup into cmd_check_ignore()Adam Spiers1-20/+21
2013-04-11check-ignore: add -n / --non-matching optionAdam Spiers1-17/+29
2013-02-19name-hash: allow hashing an empty stringJunio C Hamano1-1/+1
2013-01-06add git-check-ignore sub-commandAdam Spiers1-0/+173