index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
check-ignore.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
2021-07-01
1
-2
/
+1
*
Merge branch 'ah/plugleaks'
Junio C Hamano
2021-05-07
1
-0
/
+1
|
\
|
*
builtin/check-ignore: clear_pathspec before returning
Andrzej Hunt
2021-04-28
1
-0
/
+1
*
|
pathspec: allow to ignore SKIP_WORKTREE entries on index matching
Matheus Tavares
2021-04-08
1
-1
/
+2
|
/
*
dir: fix problematic API to avoid memory leaks
Elijah Newren
2020-08-19
1
-2
/
+2
*
check-ignore: fix documentation and implementation to match
Elijah Newren
2020-02-19
1
-0
/
+3
*
treewide: rename 'exclude' methods to 'pattern'
Derrick Stolee
2019-09-05
1
-1
/
+1
*
treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'
Derrick Stolee
2019-09-05
1
-2
/
+2
*
treewide: rename 'struct exclude_list' to 'struct pattern_list'
Derrick Stolee
2019-09-05
1
-2
/
+2
*
treewide: rename 'struct exclude' to 'struct path_pattern'
Derrick Stolee
2019-09-05
1
-17
/
+17
*
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-0
/
+1
*
check-ignore: fix mix of directories and other file types
René Scharfe
2018-02-12
1
-1
/
+2
*
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
Merge branch 'bw/pathspec-sans-the-index'
Junio C Hamano
2017-05-30
1
-2
/
+4
|
\
\
|
*
|
pathspec: convert find_pathspecs_matching_against_index to take an index
Brandon Williams
2017-05-12
1
-1
/
+1
|
*
|
pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag
Brandon Williams
2017-05-12
1
-1
/
+3
|
|
/
*
/
dir: convert is_excluded to take an index
Brandon Williams
2017-05-06
1
-1
/
+2
|
/
*
give "nbuf" strbuf a more meaningful name
Jeff King
2016-02-01
1
-7
/
+6
*
check-ignore: there are only two possible line terminations
Junio C Hamano
2016-01-15
1
-3
/
+4
*
usage: do not insist that standard input must come from a file
Junio C Hamano
2015-10-17
1
-1
/
+1
*
standardize usage info string format
Alex Henrie
2015-01-14
1
-2
/
+2
*
Merge branch 'dw/check-ignore-sans-index'
Junio C Hamano
2013-09-20
1
-2
/
+4
|
\
|
*
check-ignore: Add option to ignore index contents
Dave Williams
2013-09-13
1
-2
/
+4
*
|
Merge branch 'jl/submodule-mv'
Junio C Hamano
2013-09-09
1
-13
/
+22
|
\
\
|
|
/
|
/
|
|
*
remove match_pathspec() in favor of match_pathspec_depth()
Nguyễn Thái Ngọc Duy
2013-07-15
1
-2
/
+2
|
*
check-ignore: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
1
-13
/
+22
*
|
Merge branch 'sb/parseopt-boolean-removal'
Junio C Hamano
2013-09-04
1
-6
/
+6
|
\
\
|
*
|
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
2013-08-05
1
-6
/
+6
|
|
/
*
|
Merge branch 'jc/check-x-z'
Junio C Hamano
2013-09-04
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
check-ignore -z: a single -z should apply to both input and output
Junio C Hamano
2013-07-12
1
-1
/
+1
|
*
check-ignore: the name of the character is NUL, not NULL
Junio C Hamano
2013-07-12
1
-6
/
+6
*
|
Merge branch 'as/check-ignore'
Junio C Hamano
2013-05-29
1
-42
/
+50
|
\
\
|
*
|
check-ignore: allow incremental streaming of queries via --stdin
Adam Spiers
2013-04-11
1
-10
/
+5
|
*
|
check-ignore: move setup into cmd_check_ignore()
Adam Spiers
2013-04-11
1
-20
/
+21
|
*
|
check-ignore: add -n / --non-matching option
Adam Spiers
2013-04-11
1
-17
/
+29
|
|
/
*
|
dir.c: git-status --ignored: don't scan the work tree twice
Karsten Blees
2013-04-15
1
-1
/
+0
*
|
dir.c: replace is_path_excluded with now equivalent is_excluded API
Karsten Blees
2013-04-15
1
-5
/
+1
|
/
*
name-hash: allow hashing an empty string
Junio C Hamano
2013-02-19
1
-1
/
+1
*
add git-check-ignore sub-command
Adam Spiers
2013-01-06
1
-0
/
+173