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
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
2013-09-09
Merge branch 'jl/submodule-mv'
Junio C Hamano
1
-208
/
+111
2013-08-23
dir.c::test_one_path(): work around directory_exists_in_index_icase() breakage
Eric Sunshine
1
-3
/
+15
2013-08-15
ls-files -k: a directory only can be killed if the index has a non-directory
Junio C Hamano
1
-2
/
+27
2013-08-15
dir.c: use the cache_* macro to access the current index
Junio C Hamano
1
-6
/
+5
2013-07-22
Merge branch 'nd/const-struct-cache-entry'
Junio C Hamano
1
-3
/
+3
2013-07-15
parse_pathspec: accept :(icase)path syntax
Nguyễn Thái Ngọc Duy
1
-12
/
+62
2013-07-15
pathspec: support :(glob) syntax
Nguyễn Thái Ngọc Duy
1
-12
/
+16
2013-07-15
pathspec: support :(literal) syntax for noglob pathspec
Nguyễn Thái Ngọc Duy
1
-3
/
+12
2013-07-15
kill limit_pathspec_to_literal() as it's only used by parse_pathspec()
Nguyễn Thái Ngọc Duy
1
-8
/
+0
2013-07-15
rename field "raw" to "_raw" in struct pathspec
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2013-07-15
remove match_pathspec() in favor of match_pathspec_depth()
Nguyễn Thái Ngọc Duy
1
-107
/
+0
2013-07-15
remove init_pathspec() in favor of parse_pathspec()
Nguyễn Thái Ngọc Duy
1
-58
/
+0
2013-07-15
convert common_prefix() to use struct pathspec
Nguyễn Thái Ngọc Duy
1
-16
/
+15
2013-07-15
convert {read,fill}_directory to take struct pathspec
Nguyễn Thái Ngọc Duy
1
-5
/
+11
2013-07-15
guard against new pathspec magic in pathspec matching code
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2013-07-15
parse_pathspec: add special flag for max_depth feature
Nguyễn Thái Ngọc Duy
1
-2
/
+6
2013-07-15
parse_pathspec: save original pathspec for reporting
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2013-07-15
add parse_pathspec() that converts cmdline args to struct pathspec
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2013-07-15
move struct pathspec and related functions to pathspec.[ch]
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2013-07-09
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2013-07-01
treat_directory(): do not declare submodules to be untracked
Junio C Hamano
1
-3
/
+1
2013-06-03
Merge branch 'kb/status-ignored-optim-2'
Junio C Hamano
1
-0
/
+3
2013-06-02
dir.c: fix ignore processing within not-ignored directories
Karsten Blees
1
-0
/
+3
2013-05-29
Merge branch 'jn/config-ignore-inaccessible'
Junio C Hamano
1
-2
/
+2
2013-04-15
dir.c: git-status --ignored: don't scan the work tree twice
Karsten Blees
1
-4
/
+6
2013-04-15
dir.c: git-status --ignored: don't scan the work tree three times
Karsten Blees
1
-74
/
+72
2013-04-15
dir.c: git-status: avoid is_excluded checks for tracked files
Karsten Blees
1
-27
/
+11
2013-04-15
dir.c: replace is_path_excluded with now equivalent is_excluded API
Karsten Blees
1
-73
/
+6
2013-04-15
dir.c: unify is_excluded and is_path_excluded APIs
Karsten Blees
1
-64
/
+43
2013-04-15
dir.c: move prep_exclude
Karsten Blees
1
-72
/
+72
2013-04-15
dir.c: factor out parts of last_exclude_matching for later reuse
Karsten Blees
1
-14
/
+22
[next]