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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-16
add_excludes_from_file: clarify the bom skipping logic
Junio C Hamano
1
-4
/
+5
2015-04-16
dir: allow a BOM at the beginning of exclude files
Carlos Martín Nieto
1
-1
/
+7
2015-03-31
Merge branch 'jc/report-path-error-to-dir' into maint
Junio C Hamano
1
-0
/
+43
2015-03-26
Merge branch 'jc/report-path-error-to-dir'
Junio C Hamano
1
-0
/
+43
2015-03-24
report_path_error(): move to dir.c
Junio C Hamano
1
-0
/
+43
2015-03-12
untracked cache: guard and disable on system changes
Nguyễn Thái Ngọc Duy
1
-1
/
+54
2015-03-12
untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHE
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2015-03-12
untracked cache: mark index dirty if untracked cache is updated
Nguyễn Thái Ngọc Duy
1
-0
/
+9
2015-03-12
untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATS
Nguyễn Thái Ngọc Duy
1
-0
/
+12
2015-03-12
untracked cache: avoid racy timestamps
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2015-03-12
untracked cache: invalidate at index addition or removal
Nguyễn Thái Ngọc Duy
1
-0
/
+31
2015-03-12
untracked cache: load from UNTR index extension
Nguyễn Thái Ngọc Duy
1
-0
/
+219
2015-03-12
untracked cache: save to an index extension
Nguyễn Thái Ngọc Duy
1
-0
/
+139
2015-03-12
untracked cache: don't open non-existent .gitignore
Nguyễn Thái Ngọc Duy
1
-1
/
+25
2015-03-12
untracked cache: mark what dirs should be recursed/saved
Nguyễn Thái Ngọc Duy
1
-1
/
+13
2015-03-12
untracked cache: record/validate dir mtime and reuse cached output
Nguyễn Thái Ngọc Duy
1
-2
/
+119
2015-03-12
untracked cache: make a wrapper around {open,read,close}dir()
Nguyễn Thái Ngọc Duy
1
-8
/
+47
2015-03-12
untracked cache: invalidate dirs recursively if .gitignore changes
Nguyễn Thái Ngọc Duy
1
-1
/
+17
2015-03-12
untracked cache: initial untracked cache validation
Nguyễn Thái Ngọc Duy
1
-3
/
+110
2015-03-12
untracked cache: record .gitignore information and dir hierarchy
Nguyễn Thái Ngọc Duy
1
-19
/
+123
2015-03-12
dir.c: optionally compute sha-1 of a .gitignore file
Nguyễn Thái Ngọc Duy
1
-7
/
+47
2014-10-24
Merge branch 'nd/dir-prep-exclude-cleanup'
Junio C Hamano
1
-1
/
+1
2014-10-21
dir.c: remove the second declaration of "stk" in prep_exclude()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-09-02
Merge branch 'rs/strbuf-getcwd'
Junio C Hamano
1
-4
/
+8
2014-08-26
use xgetcwd() to get the current directory or die
René Scharfe
1
-4
/
+8
2014-07-14
prep_exclude: remove the artificial PATH_MAX limit
Nguyễn Thái Ngọc Duy
1
-19
/
+28
2014-07-14
dir.c: coding style fix
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2014-06-20
cleanup duplicate name_compare() functions
Jeremiah Mahler
1
-2
/
+1
2014-06-02
dir.c:trim_trailing_spaces(): fix for " \ " sequence
Pasha Bolokhov
1
-15
/
+19
2014-04-03
Merge branch 'cb/aix'
Junio C Hamano
1
-3
/
+3
2014-03-31
dir.c: make git_fnmatch() not inline
Charles Bailey
1
-3
/
+3
2014-03-18
Merge branch 'dd/use-alloc-grow'
Junio C Hamano
1
-4
/
+1
2014-03-14
Merge branch 'nd/no-more-fnmatch'
Junio C Hamano
1
-4
/
+7
2014-03-14
Merge branch 'nd/gitignore-trailing-whitespace'
Junio C Hamano
1
-0
/
+20
2014-03-03
dir.c: use ALLOC_GROW() in create_simplify()
Dmitry S. Dolzhenko
1
-4
/
+1
2014-02-24
pathspec: pass directory indicator to match_pathspec_item()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2014-02-24
match_pathspec: match pathspec "foo/" against directory "foo"
Nguyễn Thái Ngọc Duy
1
-1
/
+6
2014-02-24
dir.c: prepare match_pathspec_item for taking more flags
Nguyễn Thái Ngọc Duy
1
-6
/
+13
2014-02-24
pathspec: rename match_pathspec_depth() to match_pathspec()
Nguyễn Thái Ngọc Duy
1
-10
/
+10
2014-02-20
use wildmatch() directly without fnmatch() wrapper
Nguyễn Thái Ngọc Duy
1
-4
/
+7
2014-02-10
dir: ignore trailing spaces in exclude patterns
Nguyễn Thái Ngọc Duy
1
-9
/
+12
2014-02-10
dir: warn about trailing spaces in exclude patterns
Nguyễn Thái Ngọc Duy
1
-0
/
+17
2014-01-27
Merge branch 'mh/safe-create-leading-directories'
Junio C Hamano
1
-7
/
+20
2014-01-21
remove_dir_recurse(): handle disappearing files and directories
Michael Haggerty
1
-6
/
+16
2014-01-21
remove_dir_recurse(): tighten condition for removing unreadable dir
Michael Haggerty
1
-2
/
+5
2013-12-06
Support pathspec magic :(exclude) and its short form :!
Nguyễn Thái Ngọc Duy
1
-6
/
+41
2013-09-17
dir: revert work-around for retired dangerous behavior
Eric Sunshine
1
-15
/
+3
2013-09-17
name-hash: stop storing trailing '/' on paths in index_state.dir_hash
Eric Sunshine
1
-1
/
+1
2013-09-17
employ new explicit "exists in index?" API
Eric Sunshine
1
-5
/
+5
2013-09-11
Merge branch 'jc/ls-files-killed-optim'
Junio C Hamano
1
-8
/
+44
[prev]
[next]