summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-23Merge branch 'jc/ls-files-killed-optim' into maintLibravatar Junio C Hamano1-8/+44
2013-08-23dir.c::test_one_path(): work around directory_exists_in_index_icase() breakageLibravatar Eric Sunshine1-3/+15
2013-08-15ls-files -k: a directory only can be killed if the index has a non-directoryLibravatar Junio C Hamano1-2/+27
2013-08-15dir.c: use the cache_* macro to access the current indexLibravatar Junio C Hamano1-6/+5
2013-07-22Merge branch 'nd/const-struct-cache-entry'Libravatar Junio C Hamano1-3/+3
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2013-07-01treat_directory(): do not declare submodules to be untrackedLibravatar Junio C Hamano1-3/+1
2013-06-03Merge branch 'kb/status-ignored-optim-2'Libravatar Junio C Hamano1-0/+3
2013-06-02dir.c: fix ignore processing within not-ignored directoriesLibravatar Karsten Blees1-0/+3
2013-05-29Merge branch 'jn/config-ignore-inaccessible'Libravatar Junio C Hamano1-2/+2
2013-04-15dir.c: git-status --ignored: don't scan the work tree twiceLibravatar Karsten Blees1-4/+6
2013-04-15dir.c: git-status --ignored: don't scan the work tree three timesLibravatar Karsten Blees1-74/+72
2013-04-15dir.c: git-status: avoid is_excluded checks for tracked filesLibravatar Karsten Blees1-27/+11
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APILibravatar Karsten Blees1-73/+6
2013-04-15dir.c: unify is_excluded and is_path_excluded APIsLibravatar Karsten Blees1-64/+43
2013-04-15dir.c: move prep_excludeLibravatar Karsten Blees1-72/+72
2013-04-15dir.c: factor out parts of last_exclude_matching for later reuseLibravatar Karsten Blees1-14/+22
2013-04-15dir.c: git-clean -d -X: don't delete tracked directoriesLibravatar Karsten Blees1-8/+3
2013-04-15dir.c: make 'git-status --ignored' work within leading directoriesLibravatar Karsten Blees1-0/+3
2013-04-15dir.c: git-status --ignored: don't list empty directories as ignoredLibravatar Karsten Blees1-2/+3
2013-04-15dir.c: git-ls-files --directories: don't hide empty directoriesLibravatar Karsten Blees1-4/+2
2013-04-15dir.c: git-status --ignored: don't list empty ignored directoriesLibravatar Karsten Blees1-7/+4
2013-04-15dir.c: git-status --ignored: don't list files in ignored directoriesLibravatar Karsten Blees1-3/+1
2013-04-15dir.c: git-status --ignored: don't drop ignored directoriesLibravatar Karsten Blees1-0/+9
2013-04-15config: allow inaccessible configuration under $HOMELibravatar Jonathan Nieder1-2/+2
2013-04-07Merge branch 'jk/rm-removed-paths'Libravatar Junio C Hamano1-1/+1
2013-04-07Sync with 1.8.1.6Libravatar Junio C Hamano1-7/+51
2013-04-07Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1Libravatar Junio C Hamano1-5/+49
2013-04-04rm: do not complain about d/f conflicts during deletionLibravatar Jeff King1-1/+1
2013-04-03Merge branch 'jc/directory-attrs-regression-fix'Libravatar Junio C Hamano1-7/+51
2013-03-28dir.c::match_pathname(): pay attention to the length of string parametersLibravatar Jeff King1-1/+12
2013-03-28dir.c::match_pathname(): adjust patternlen when shifting patternLibravatar Jeff King1-0/+1
2013-03-28dir.c::match_basename(): pay attention to the length of string parametersLibravatar Junio C Hamano1-4/+36
2013-01-28Merge branch 'ap/status-ignored-in-ignored-directory' into maintLibravatar Junio C Hamano1-21/+76
2013-01-25Merge branch 'nd/retire-fnmatch'Libravatar Junio C Hamano1-1/+2
2013-01-23Merge branch 'as/check-ignore'Libravatar Junio C Hamano1-34/+118
2013-01-14Merge branch 'ap/status-ignored-in-ignored-directory'Libravatar Junio C Hamano1-21/+76
2013-01-10Merge branch 'as/dir-c-cleanup'Libravatar Junio C Hamano1-35/+114
2013-01-10Merge branch 'nd/wildmatch'Libravatar Junio C Hamano1-1/+3
2013-01-07status: always report ignored tracked directoriesLibravatar Antoine Pelisse1-6/+3
2013-01-06dir.c: improve docs for match_pathspec() and match_pathspec_depth()Libravatar Adam Spiers1-12/+26
2013-01-06dir.c: provide clear_directory() for reclaiming dir_struct memoryLibravatar Adam Spiers1-0/+30
2013-01-06dir.c: keep track of where patterns came fromLibravatar Adam Spiers1-6/+20
2013-01-06dir.c: use a single struct exclude_list per source of excludesLibravatar Adam Spiers1-19/+45
2013-01-05Merge branch 'jk/pathspec-literal'Libravatar Junio C Hamano1-11/+27
2013-01-01dir.c: Make git-status --ignored more consistentLibravatar Antoine Pelisse1-20/+78
2013-01-01wildmatch: support "no FNM_PATHNAME" modeLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-01-01wildmatch: rename constants and update prototypeLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2012-12-28dir.c: rename free_excludes() to clear_exclude_list()Libravatar Adam Spiers1-1/+5
2012-12-28dir.c: refactor is_path_excluded()Libravatar Adam Spiers1-9/+38