summaryrefslogtreecommitdiff
path: root/builtin/check-ignore.c
AgeCommit message (Expand)Author
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano
2017-05-12pathspec: convert find_pathspecs_matching_against_index to take an indexBrandon Williams
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams
2017-05-06dir: convert is_excluded to take an indexBrandon Williams
2016-02-01give "nbuf" strbuf a more meaningful nameJeff King
2016-01-15check-ignore: there are only two possible line terminationsJunio C Hamano
2015-10-16usage: do not insist that standard input must come from a fileJunio C Hamano
2015-01-14standardize usage info string formatAlex Henrie
2013-09-20Merge branch 'dw/check-ignore-sans-index'Junio C Hamano
2013-09-12check-ignore: Add option to ignore index contentsDave Williams
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano
2013-09-04Merge branch 'jc/check-x-z'Junio C Hamano
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-15remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy
2013-07-15check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-12check-ignore -z: a single -z should apply to both input and outputJunio C Hamano
2013-07-12check-ignore: the name of the character is NUL, not NULLJunio C Hamano
2013-05-29Merge branch 'as/check-ignore'Junio C Hamano
2013-04-15dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees
2013-04-11check-ignore: allow incremental streaming of queries via --stdinAdam Spiers
2013-04-11check-ignore: move setup into cmd_check_ignore()Adam Spiers
2013-04-11check-ignore: add -n / --non-matching optionAdam Spiers
2013-02-19name-hash: allow hashing an empty stringJunio C Hamano
2013-01-06add git-check-ignore sub-commandAdam Spiers