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
2012-10-15
attr: more matching optimizations from .gitignore
Nguyễn Thái Ngọc Duy
1
-11
/
+11
2012-10-15
gitignore: make pattern parsing code a separate function
Nguyễn Thái Ngọc Duy
1
-22
/
+49
2012-10-15
exclude: split pathname matching code into a separate function
Nguyễn Thái Ngọc Duy
1
-32
/
+53
2012-10-15
exclude: fix a bug in prefix compare optimization
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2012-10-15
exclude: split basename matching code into a separate function
Nguyễn Thái Ngọc Duy
1
-13
/
+24
2012-10-15
exclude: stricten a length check in EXC_FLAG_ENDSWITH case
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2012-10-05
Merge commit 'f9f6e2c' into nd/attr-match-optim-more
Junio C Hamano
1
-66
/
+77
2012-08-21
warn_on_inaccessible(): a helper to warn on inaccessible paths
Junio C Hamano
1
-1
/
+1
2012-08-21
gitignore: report access errors of exclude files
Jeff King
1
-2
/
+4
2012-07-25
Merge branch 'mm/config-xdg'
Junio C Hamano
1
-1
/
+1
2012-07-24
ignore: make sure we have an xdg path before using it
Matthieu Moy
1
-1
/
+1
2012-07-11
Merge branch 'jc/ls-files-i-dir' into maint
Junio C Hamano
1
-1
/
+59
2012-07-09
Merge branch 'mm/config-xdg'
Junio C Hamano
1
-1
/
+6
2012-06-28
Merge branch 'nd/exclude-workaround-top-heavy'
Junio C Hamano
1
-66
/
+77
2012-06-25
Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignore
Huynh Khoi Nguyen Nguyen
1
-1
/
+6
2012-06-21
Merge branch 'jc/ls-files-i-dir'
Junio C Hamano
1
-1
/
+59
2012-06-07
exclude: do strcmp as much as possible before fnmatch
Nguyễn Thái Ngọc Duy
1
-13
/
+24
2012-06-07
dir.c: get rid of the wildcard symbol set in no_wildcard()
Nguyễn Thái Ngọc Duy
1
-16
/
+16
2012-06-05
dir.c: make excluded() file scope static
Junio C Hamano
1
-1
/
+1
2012-06-05
path_excluded(): update API to less cache-entry centric
Junio C Hamano
1
-12
/
+20
2012-06-03
ls-files -i: micro-optimize path_excluded()
Junio C Hamano
1
-0
/
+18
2012-06-03
ls-files -i: pay attention to exclusion of leading paths
Junio C Hamano
1
-0
/
+32
2012-05-29
Unindent excluded_from_list()
Nguyễn Thái Ngọc Duy
1
-48
/
+48
2012-05-11
dir: simplify fill_directory()
René Scharfe
1
-8
/
+1
2012-05-11
dir: respect string length argument of read_directory_recursive()
René Scharfe
1
-8
/
+8
2012-05-08
Merge branch 'rs/maint-dir-strbuf' into rs/dir-strbuf
Junio C Hamano
1
-39
/
+37
2012-05-08
dir: convert to strbuf
René Scharfe
1
-39
/
+36
2012-03-15
clean: preserve nested git worktree in subdirectories
Junio C Hamano
1
-6
/
+21
2012-03-15
remove_dir_recursively(): Add flag for skipping removal of toplevel dir
Junio C Hamano
1
-4
/
+10
2011-10-27
read_directory_recursive: reduce one indentation level
Nguyễn Thái Ngọc Duy
1
-25
/
+25
2011-09-12
rename pathspec_prefix() to common_prefix() and move to dir.[ch]
Clemens Buchacher
1
-1
/
+12
2011-09-06
consolidate pathspec_prefix and common_prefix
Junio C Hamano
1
-29
/
+25
2011-05-06
Merge branch 'nd/struct-pathspec'
Junio C Hamano
1
-3
/
+3
2011-05-02
Merge branch 'nd/maint-setup'
Junio C Hamano
1
-41
/
+29
2011-04-27
Merge branch 'ar/clean-rmdir-empty'
Junio C Hamano
1
-1
/
+1
2011-04-05
pathspec: rename per-item field has_wildcard to use_wildcard
Junio C Hamano
1
-3
/
+3
2011-04-01
clean: unreadable directory may still be rmdir-able if it is empty
Alex Riesen
1
-1
/
+1
2011-03-28
Kill off get_relative_cwd()
Nguyễn Thái Ngọc Duy
1
-49
/
+6
2011-03-28
setup: return correct prefix if worktree is '/'
Nguyễn Thái Ngọc Duy
1
-0
/
+31
2011-03-17
Name make_*_path functions more accurately
Carlos Martín Nieto
1
-1
/
+1
2011-02-03
pathspec: add match_pathspec_depth()
Nguyễn Thái Ngọc Duy
1
-0
/
+89
2011-02-03
tree_entry_interesting(): support wildcard matching
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2011-02-03
tree_entry_interesting(): fix depth limit with overlapping pathspecs
Nguyễn Thái Ngọc Duy
1
-0
/
+13
2011-02-03
tree_entry_interesting(): support depth limit
Nguyễn Thái Ngọc Duy
1
-0
/
+15
2011-02-03
Add struct pathspec
Nguyễn Thái Ngọc Duy
1
-0
/
+31
2010-12-22
Merge branch 'nd/maint-fix-add-typo-detection'
Junio C Hamano
1
-7
/
+12
2010-12-16
Merge branch 'nd/maint-relative'
Junio C Hamano
1
-0
/
+6
2010-12-03
Merge branch 'jj/icase-directory'
Junio C Hamano
1
-19
/
+87
2010-11-30
Revert "excluded_1(): support exclude files in index"
Nguyễn Thái Ngọc Duy
1
-7
/
+0
2010-11-29
dir.c: add free_excludes()
Nguyễn Thái Ngọc Duy
1
-0
/
+12
[prev]
[next]