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
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
2013-04-15
dir.c: git-clean -d -X: don't delete tracked directories
Karsten Blees
1
-8
/
+3
2013-04-15
dir.c: make 'git-status --ignored' work within leading directories
Karsten Blees
1
-0
/
+3
2013-04-15
dir.c: git-status --ignored: don't list empty directories as ignored
Karsten Blees
1
-2
/
+3
2013-04-15
dir.c: git-ls-files --directories: don't hide empty directories
Karsten Blees
1
-4
/
+2
2013-04-15
dir.c: git-status --ignored: don't list empty ignored directories
Karsten Blees
1
-7
/
+4
2013-04-15
dir.c: git-status --ignored: don't list files in ignored directories
Karsten Blees
1
-3
/
+1
2013-04-15
dir.c: git-status --ignored: don't drop ignored directories
Karsten Blees
1
-0
/
+9
2013-04-15
config: allow inaccessible configuration under $HOME
Jonathan Nieder
1
-2
/
+2
2013-04-07
Merge branch 'jk/rm-removed-paths'
Junio C Hamano
1
-1
/
+1
2013-04-07
Sync with 1.8.1.6
Junio C Hamano
1
-7
/
+51
2013-04-07
Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1
Junio C Hamano
1
-5
/
+49
2013-04-04
rm: do not complain about d/f conflicts during deletion
Jeff King
1
-1
/
+1
2013-04-03
Merge branch 'jc/directory-attrs-regression-fix'
Junio C Hamano
1
-7
/
+51
2013-03-28
dir.c::match_pathname(): pay attention to the length of string parameters
Jeff King
1
-1
/
+12
2013-03-28
dir.c::match_pathname(): adjust patternlen when shifting pattern
Jeff King
1
-0
/
+1
2013-03-28
dir.c::match_basename(): pay attention to the length of string parameters
Junio C Hamano
1
-4
/
+36
2013-01-28
Merge branch 'ap/status-ignored-in-ignored-directory' into maint
Junio C Hamano
1
-21
/
+76
2013-01-25
Merge branch 'nd/retire-fnmatch'
Junio C Hamano
1
-1
/
+2
2013-01-23
Merge branch 'as/check-ignore'
Junio C Hamano
1
-34
/
+118
2013-01-14
Merge branch 'ap/status-ignored-in-ignored-directory'
Junio C Hamano
1
-21
/
+76
2013-01-10
Merge branch 'as/dir-c-cleanup'
Junio C Hamano
1
-35
/
+114
2013-01-10
Merge branch 'nd/wildmatch'
Junio C Hamano
1
-1
/
+3
2013-01-07
status: always report ignored tracked directories
Antoine Pelisse
1
-6
/
+3
2013-01-06
dir.c: improve docs for match_pathspec() and match_pathspec_depth()
Adam Spiers
1
-12
/
+26
2013-01-06
dir.c: provide clear_directory() for reclaiming dir_struct memory
Adam Spiers
1
-0
/
+30
2013-01-06
dir.c: keep track of where patterns came from
Adam Spiers
1
-6
/
+20
2013-01-06
dir.c: use a single struct exclude_list per source of excludes
Adam Spiers
1
-19
/
+45
2013-01-05
Merge branch 'jk/pathspec-literal'
Junio C Hamano
1
-11
/
+27
2013-01-01
dir.c: Make git-status --ignored more consistent
Antoine Pelisse
1
-20
/
+78
2013-01-01
wildmatch: support "no FNM_PATHNAME" mode
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-01-01
wildmatch: rename constants and update prototype
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2012-12-28
dir.c: rename free_excludes() to clear_exclude_list()
Adam Spiers
1
-1
/
+5
2012-12-28
dir.c: refactor is_path_excluded()
Adam Spiers
1
-9
/
+38
2012-12-28
dir.c: refactor is_excluded()
Adam Spiers
1
-9
/
+29
2012-12-28
dir.c: refactor is_excluded_from_list()
Adam Spiers
1
-9
/
+28
2012-12-28
dir.c: rename excluded() to is_excluded()
Adam Spiers
1
-5
/
+5
2012-12-28
dir.c: rename excluded_from_list() to is_excluded_from_list()
Adam Spiers
1
-5
/
+6
2012-12-28
dir.c: rename path_excluded() to is_path_excluded()
Adam Spiers
1
-2
/
+2
2012-12-28
dir.c: rename cryptic 'which' variable to more consistent name
Adam Spiers
1
-5
/
+5
2012-12-28
Improve documentation and comments regarding directory traversal API
Adam Spiers
1
-1
/
+7
2012-12-19
add global --literal-pathspecs option
Jeff King
1
-6
/
+19
2012-11-26
pathspec: apply "*.c" optimization from exclude
Nguyễn Thái Ngọc Duy
1
-2
/
+16
2012-11-26
pathspec: do exact comparison on the leading non-wildcard part
Nguyễn Thái Ngọc Duy
1
-1
/
+17
2012-11-19
pathspec: save the non-wildcard length part
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2012-11-09
Merge branch 'nd/attr-match-optim-more'
Jeff King
1
-66
/
+126
2012-10-15
Support "**" wildcard in .gitignore and .gitattributes
Nguyễn Thái Ngọc Duy
1
-1
/
+3
[prev]
[next]