Age | Commit message (Expand) | Author | Files | Lines |
2018-02-12 | check-ignore: fix mix of directories and other file types | René Scharfe | 1 | -1/+2 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-05-30 | Merge branch 'bw/pathspec-sans-the-index' | Junio C Hamano | 1 | -2/+4 |
2017-05-12 | pathspec: convert find_pathspecs_matching_against_index to take an index | Brandon Williams | 1 | -1/+1 |
2017-05-12 | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag | Brandon Williams | 1 | -1/+3 |
2017-05-06 | dir: convert is_excluded to take an index | Brandon Williams | 1 | -1/+2 |
2016-02-01 | give "nbuf" strbuf a more meaningful name | Jeff King | 1 | -7/+6 |
2016-01-15 | check-ignore: there are only two possible line terminations | Junio C Hamano | 1 | -3/+4 |
2015-10-16 | usage: do not insist that standard input must come from a file | Junio C Hamano | 1 | -1/+1 |
2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -2/+2 |
2013-09-20 | Merge branch 'dw/check-ignore-sans-index' | Junio C Hamano | 1 | -2/+4 |
2013-09-12 | check-ignore: Add option to ignore index contents | Dave Williams | 1 | -2/+4 |
2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -13/+22 |
2013-09-04 | Merge branch 'sb/parseopt-boolean-removal' | Junio C Hamano | 1 | -6/+6 |
2013-09-04 | Merge branch 'jc/check-x-z' | Junio C Hamano | 1 | -6/+6 |
2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -6/+6 |
2013-07-15 | remove match_pathspec() in favor of match_pathspec_depth() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2013-07-15 | check-ignore: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 1 | -13/+22 |
2013-07-11 | check-ignore -z: a single -z should apply to both input and output | Junio C Hamano | 1 | -1/+1 |
2013-07-11 | check-ignore: the name of the character is NUL, not NULL | Junio C Hamano | 1 | -6/+6 |
2013-05-29 | Merge branch 'as/check-ignore' | Junio C Hamano | 1 | -42/+50 |
2013-04-15 | dir.c: git-status --ignored: don't scan the work tree twice | Karsten Blees | 1 | -1/+0 |
2013-04-15 | dir.c: replace is_path_excluded with now equivalent is_excluded API | Karsten Blees | 1 | -5/+1 |
2013-04-11 | check-ignore: allow incremental streaming of queries via --stdin | Adam Spiers | 1 | -10/+5 |
2013-04-11 | check-ignore: move setup into cmd_check_ignore() | Adam Spiers | 1 | -20/+21 |
2013-04-11 | check-ignore: add -n / --non-matching option | Adam Spiers | 1 | -17/+29 |
2013-02-19 | name-hash: allow hashing an empty string | Junio C Hamano | 1 | -1/+1 |
2013-01-06 | add git-check-ignore sub-command | Adam Spiers | 1 | -0/+173 |