index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dir.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-25
dir: simplify untracked cache "ident" field
Christian Couder
1
-1
/
+0
2016-01-25
dir: add remove_untracked_cache()
Christian Couder
1
-0
/
+1
2016-01-25
dir: add {new,add}_untracked_cache()
Christian Couder
1
-0
/
+1
2015-05-26
Merge branch 'nd/untracked-cache'
Junio C Hamano
1
-0
/
+82
2015-03-26
Merge branch 'jc/report-path-error-to-dir'
Junio C Hamano
1
-0
/
+1
2015-03-24
report_path_error(): move to dir.c
Junio C Hamano
1
-0
/
+1
2015-03-12
untracked cache: guard and disable on system changes
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2015-03-12
untracked cache: invalidate at index addition or removal
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2015-03-12
untracked cache: load from UNTR index extension
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2015-03-12
untracked cache: save to an index extension
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2015-03-12
untracked cache: mark what dirs should be recursed/saved
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2015-03-12
untracked cache: record/validate dir mtime and reuse cached output
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2015-03-12
untracked cache: initial untracked cache validation
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2015-03-12
untracked cache: record .gitignore information and dir hierarchy
Nguyễn Thái Ngọc Duy
1
-0
/
+60
2015-03-12
dir.c: optionally compute sha-1 of a .gitignore file
Nguyễn Thái Ngọc Duy
1
-0
/
+6
2014-07-14
prep_exclude: remove the artificial PATH_MAX limit
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-07-14
dir.h: move struct exclude declaration to top level
Nguyễn Thái Ngọc Duy
1
-20
/
+22
2014-02-24
pathspec: pass directory indicator to match_pathspec_item()
Nguyễn Thái Ngọc Duy
1
-3
/
+7
2014-02-24
pathspec: rename match_pathspec_depth() to match_pathspec()
Nguyễn Thái Ngọc Duy
1
-5
/
+5
2014-02-24
pathspec: convert some match_pathspec_depth() to dir_path_match()
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2014-02-24
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2013-09-11
Merge branch 'jc/ls-files-killed-optim'
Junio C Hamano
1
-1
/
+2
2013-08-15
ls-files -k: a directory only can be killed if the index has a non-directory
Junio C Hamano
1
-1
/
+2
2013-07-15
pathspec: support :(glob) syntax
Nguyễn Thái Ngọc Duy
1
-5
/
+4
2013-07-15
remove match_pathspec() in favor of match_pathspec_depth()
Nguyễn Thái Ngọc Duy
1
-1
/
+0
2013-07-15
convert common_prefix() to use struct pathspec
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-07-15
convert {read,fill}_directory to take struct pathspec
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2013-07-15
add parse_pathspec() that converts cmdline args to struct pathspec
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2013-04-15
dir.c: git-status --ignored: don't scan the work tree twice
Karsten Blees
1
-1
/
+2
2013-04-15
dir.c: replace is_path_excluded with now equivalent is_excluded API
Karsten Blees
1
-13
/
+3
2013-04-15
dir.c: unify is_excluded and is_path_excluded APIs
Karsten Blees
1
-3
/
+3
2013-01-23
Merge branch 'as/check-ignore'
Junio C Hamano
1
-11
/
+51
2013-01-10
Merge branch 'as/dir-c-cleanup'
Junio C Hamano
1
-10
/
+35
2013-01-06
dir.c: improve docs for match_pathspec() and match_pathspec_depth()
Adam Spiers
1
-0
/
+6
2013-01-06
dir.c: provide clear_directory() for reclaiming dir_struct memory
Adam Spiers
1
-0
/
+1
2013-01-06
dir.c: keep track of where patterns came from
Adam Spiers
1
-2
/
+19
2013-01-06
dir.c: use a single struct exclude_list per source of excludes
Adam Spiers
1
-10
/
+26
2012-12-28
dir.c: rename free_excludes() to clear_exclude_list()
Adam Spiers
1
-1
/
+1
2012-12-28
dir.c: refactor is_path_excluded()
Adam Spiers
1
-0
/
+3
2012-12-28
dir.c: rename excluded() to is_excluded()
Adam Spiers
1
-2
/
+2
2012-12-28
dir.c: rename excluded_from_list() to is_excluded_from_list()
Adam Spiers
1
-2
/
+2
2012-12-28
dir.c: rename path_excluded() to is_path_excluded()
Adam Spiers
1
-1
/
+1
2012-12-28
dir.c: rename cryptic 'which' variable to more consistent name
Adam Spiers
1
-2
/
+2
2012-12-28
Improve documentation and comments regarding directory traversal API
Adam Spiers
1
-2
/
+24
2012-11-26
pathspec: apply "*.c" optimization from exclude
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2012-11-26
pathspec: do exact comparison on the leading non-wildcard part
Nguyễn Thái Ngọc Duy
1
-0
/
+8
2012-10-15
attr: more matching optimizations from .gitignore
Nguyễn Thái Ngọc Duy
1
-0
/
+11
2012-10-15
gitignore: make pattern parsing code a separate function
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2012-10-05
Merge commit 'f9f6e2c' into nd/attr-match-optim-more
Junio C Hamano
1
-1
/
+1
2012-07-11
Merge branch 'jc/ls-files-i-dir' into maint
Junio C Hamano
1
-1
/
+17
[next]