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