summaryrefslogtreecommitdiff
path: root/builtin/check-ignore.c
Commit message (Expand)AuthorAgeFilesLines
* 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