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