summaryrefslogtreecommitdiff
path: root/builtin/check-ignore.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-05treewide: rename 'exclude' methods to 'pattern'Libravatar Derrick Stolee1-1/+1
2019-09-05treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Libravatar Derrick Stolee1-2/+2
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Libravatar Derrick Stolee1-2/+2
2019-09-05treewide: rename 'struct exclude' to 'struct path_pattern'Libravatar Derrick Stolee1-17/+17
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2018-02-12check-ignore: fix mix of directories and other file typesLibravatar René Scharfe1-1/+2
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Libravatar Junio C Hamano1-2/+4
2017-05-12pathspec: convert find_pathspecs_matching_against_index to take an indexLibravatar Brandon Williams1-1/+1
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagLibravatar Brandon Williams1-1/+3
2017-05-06dir: convert is_excluded to take an indexLibravatar Brandon Williams1-1/+2
2016-02-01give "nbuf" strbuf a more meaningful nameLibravatar Jeff King1-7/+6
2016-01-15check-ignore: there are only two possible line terminationsLibravatar Junio C Hamano1-3/+4
2015-10-16usage: do not insist that standard input must come from a fileLibravatar Junio C Hamano1-1/+1
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-2/+2
2013-09-20Merge branch 'dw/check-ignore-sans-index'Libravatar Junio C Hamano1-2/+4
2013-09-12check-ignore: Add option to ignore index contentsLibravatar Dave Williams1-2/+4
2013-09-09Merge branch 'jl/submodule-mv'Libravatar Junio C Hamano1-13/+22
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Libravatar Junio C Hamano1-6/+6
2013-09-04Merge branch 'jc/check-x-z'Libravatar Junio C Hamano1-6/+6
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-6/+6
2013-07-15remove match_pathspec() in favor of match_pathspec_depth()Libravatar Nguyễn Thái Ngọc Duy1-2/+2
2013-07-15check-ignore: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-13/+22
2013-07-11check-ignore -z: a single -z should apply to both input and outputLibravatar Junio C Hamano1-1/+1
2013-07-11check-ignore: the name of the character is NUL, not NULLLibravatar Junio C Hamano1-6/+6
2013-05-29Merge branch 'as/check-ignore'Libravatar Junio C Hamano1-42/+50
2013-04-15dir.c: git-status --ignored: don't scan the work tree twiceLibravatar Karsten Blees1-1/+0
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APILibravatar Karsten Blees1-5/+1
2013-04-11check-ignore: allow incremental streaming of queries via --stdinLibravatar Adam Spiers1-10/+5
2013-04-11check-ignore: move setup into cmd_check_ignore()Libravatar Adam Spiers1-20/+21
2013-04-11check-ignore: add -n / --non-matching optionLibravatar Adam Spiers1-17/+29
2013-02-19name-hash: allow hashing an empty stringLibravatar Junio C Hamano1-1/+1
2013-01-06add git-check-ignore sub-commandLibravatar Adam Spiers1-0/+173