summaryrefslogtreecommitdiff
path: root/builtin/check-ignore.c
Commit message (Expand)AuthorAgeFilesLines
* cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-2/+2
* dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason2021-07-011-2/+1
* Merge branch 'ah/plugleaks'Junio C Hamano2021-05-071-0/+1
|\
| * builtin/check-ignore: clear_pathspec before returningAndrzej Hunt2021-04-281-0/+1
* | pathspec: allow to ignore SKIP_WORKTREE entries on index matchingMatheus Tavares2021-04-081-1/+2
|/
* dir: fix problematic API to avoid memory leaksElijah Newren2020-08-181-2/+2
* check-ignore: fix documentation and implementation to matchElijah Newren2020-02-181-0/+3
* treewide: rename 'exclude' methods to 'pattern'Derrick Stolee2019-09-051-1/+1
* treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee2019-09-051-2/+2
* treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee2019-09-051-2/+2
* treewide: rename 'struct exclude' to 'struct path_pattern'Derrick Stolee2019-09-051-17/+17
* cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
* check-ignore: fix mix of directories and other file typesrs/check-ignore-multiRené Scharfe2018-02-121-1/+2
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano2017-05-301-2/+4
|\ \
| * | pathspec: convert find_pathspecs_matching_against_index to take an indexbw/pathspec-sans-the-indexBrandon Williams2017-05-121-1/+1
| * | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams2017-05-121-1/+3
| |/
* | dir: convert is_excluded to take an indexBrandon Williams2017-05-061-1/+2
|/
* give "nbuf" strbuf a more meaningful nameJeff King2016-02-011-7/+6
* check-ignore: there are only two possible line terminationsJunio C Hamano2016-01-151-3/+4
* usage: do not insist that standard input must come from a filejc/usage-stdinJunio C Hamano2015-10-161-1/+1
* standardize usage info string formatAlex Henrie2015-01-141-2/+2
* Merge branch 'dw/check-ignore-sans-index'Junio C Hamano2013-09-201-2/+4
|\
| * check-ignore: Add option to ignore index contentsdw/check-ignore-sans-indexDave Williams2013-09-121-2/+4
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-13/+22
|\ \ | |/ |/|
| * remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy2013-07-151-2/+2
| * check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-13/+22
* | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-041-6/+6
|\ \
| * | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-6/+6
| |/
* | Merge branch 'jc/check-x-z'Junio C Hamano2013-09-041-6/+6
|\ \ | |/ |/|
| * check-ignore -z: a single -z should apply to both input and outputJunio C Hamano2013-07-111-1/+1
| * check-ignore: the name of the character is NUL, not NULLJunio C Hamano2013-07-111-6/+6
* | Merge branch 'as/check-ignore'Junio C Hamano2013-05-291-42/+50
|\ \
| * | check-ignore: allow incremental streaming of queries via --stdinAdam Spiers2013-04-111-10/+5
| * | check-ignore: move setup into cmd_check_ignore()Adam Spiers2013-04-111-20/+21
| * | check-ignore: add -n / --non-matching optionAdam Spiers2013-04-111-17/+29
| |/
* | dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees2013-04-151-1/+0
* | dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees2013-04-151-5/+1
|/
* name-hash: allow hashing an empty stringJunio C Hamano2013-02-191-1/+1
* add git-check-ignore sub-commandAdam Spiers2013-01-061-0/+173