summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-221-3/+3
|\
| * Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-3/+3
* | treat_directory(): do not declare submodules to be untrackedJunio C Hamano2013-07-011-3/+1
|/
* Merge branch 'kb/status-ignored-optim-2'Junio C Hamano2013-06-031-0/+3
|\
| * dir.c: fix ignore processing within not-ignored directoriesKarsten Blees2013-06-021-0/+3
* | Merge branch 'jn/config-ignore-inaccessible'Junio C Hamano2013-05-291-2/+2
|\ \ | |/ |/|
| * config: allow inaccessible configuration under $HOMEJonathan Nieder2013-04-151-2/+2
| * Sync with 1.8.1.6Junio C Hamano2013-04-071-7/+51
| |\
| | * Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1Junio C Hamano2013-04-071-5/+49
| | |\
| | * \ Merge branch 'ap/status-ignored-in-ignored-directory' into maintJunio C Hamano2013-01-281-21/+76
| | |\ \
* | | | | dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees2013-04-151-4/+6
* | | | | dir.c: git-status --ignored: don't scan the work tree three timesKarsten Blees2013-04-151-74/+72
* | | | | dir.c: git-status: avoid is_excluded checks for tracked filesKarsten Blees2013-04-151-27/+11
* | | | | dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees2013-04-151-73/+6
* | | | | dir.c: unify is_excluded and is_path_excluded APIsKarsten Blees2013-04-151-64/+43
* | | | | dir.c: move prep_excludeKarsten Blees2013-04-151-72/+72
* | | | | dir.c: factor out parts of last_exclude_matching for later reuseKarsten Blees2013-04-151-14/+22
* | | | | dir.c: git-clean -d -X: don't delete tracked directoriesKarsten Blees2013-04-151-8/+3
* | | | | dir.c: make 'git-status --ignored' work within leading directoriesKarsten Blees2013-04-151-0/+3
* | | | | dir.c: git-status --ignored: don't list empty directories as ignoredKarsten Blees2013-04-151-2/+3
* | | | | dir.c: git-ls-files --directories: don't hide empty directoriesKarsten Blees2013-04-151-4/+2
* | | | | dir.c: git-status --ignored: don't list empty ignored directoriesKarsten Blees2013-04-151-7/+4
* | | | | dir.c: git-status --ignored: don't list files in ignored directoriesKarsten Blees2013-04-151-3/+1
* | | | | dir.c: git-status --ignored: don't drop ignored directoriesKarsten Blees2013-04-151-0/+9
* | | | | Merge branch 'jk/rm-removed-paths'Junio C Hamano2013-04-071-1/+1
|\ \ \ \ \
| * | | | | rm: do not complain about d/f conflicts during deletionJeff King2013-04-041-1/+1
| |/ / / /
* | | | | Merge branch 'jc/directory-attrs-regression-fix'Junio C Hamano2013-04-031-7/+51
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | dir.c::match_pathname(): pay attention to the length of string parametersJeff King2013-03-281-1/+12
| * | | dir.c::match_pathname(): adjust patternlen when shifting patternJeff King2013-03-281-0/+1
| * | | dir.c::match_basename(): pay attention to the length of string parametersJunio C Hamano2013-03-281-4/+36
| |/ /
* | | Merge branch 'nd/retire-fnmatch'Junio C Hamano2013-01-251-1/+2
|\ \ \
| * | | wildmatch: support "no FNM_PATHNAME" modeNguyễn Thái Ngọc Duy2013-01-011-1/+1
| * | | wildmatch: rename constants and update prototypeNguyễn Thái Ngọc Duy2013-01-011-1/+2
* | | | Merge branch 'as/check-ignore'Junio C Hamano2013-01-231-34/+118
|\ \ \ \
| * | | | dir.c: improve docs for match_pathspec() and match_pathspec_depth()Adam Spiers2013-01-061-12/+26
| * | | | dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers2013-01-061-0/+30
| * | | | dir.c: keep track of where patterns came fromAdam Spiers2013-01-061-6/+20
| * | | | dir.c: use a single struct exclude_list per source of excludesAdam Spiers2013-01-061-19/+45
* | | | | Merge branch 'ap/status-ignored-in-ignored-directory'Junio C Hamano2013-01-141-21/+76
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | status: always report ignored tracked directoriesAntoine Pelisse2013-01-071-6/+3
| * | | | dir.c: Make git-status --ignored more consistentAntoine Pelisse2013-01-011-20/+78
* | | | | Merge branch 'as/dir-c-cleanup'Junio C Hamano2013-01-101-35/+114
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | dir.c: rename free_excludes() to clear_exclude_list()Adam Spiers2012-12-281-1/+5
| * | | | dir.c: refactor is_path_excluded()Adam Spiers2012-12-281-9/+38
| * | | | dir.c: refactor is_excluded()Adam Spiers2012-12-281-9/+29
| * | | | dir.c: refactor is_excluded_from_list()Adam Spiers2012-12-281-9/+28
| * | | | dir.c: rename excluded() to is_excluded()Adam Spiers2012-12-281-5/+5
| * | | | dir.c: rename excluded_from_list() to is_excluded_from_list()Adam Spiers2012-12-281-5/+6
| * | | | dir.c: rename path_excluded() to is_path_excluded()Adam Spiers2012-12-281-2/+2
| * | | | dir.c: rename cryptic 'which' variable to more consistent nameAdam Spiers2012-12-281-5/+5