summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* dir: revert work-around for retired dangerous behaviores/name-hash-no-trailing-slash-in-dirsEric Sunshine2013-09-171-15/+3
* name-hash: stop storing trailing '/' on paths in index_state.dir_hashEric Sunshine2013-09-171-1/+1
* employ new explicit "exists in index?" APIEric Sunshine2013-09-171-5/+5
* Merge branch 'jc/ls-files-killed-optim'Junio C Hamano2013-09-111-8/+44
|\
| * dir.c::test_one_path(): work around directory_exists_in_index_icase() breakagejc/ls-files-killed-optimEric Sunshine2013-08-231-3/+15
| * ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano2013-08-151-2/+27
| * dir.c: use the cache_* macro to access the current indexJunio C Hamano2013-08-151-6/+5
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-208/+111
|\ \
| * | parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-151-12/+62
| * | pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-151-12/+16
| * | pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-151-3/+12
| * | kill limit_pathspec_to_literal() as it's only used by parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-8/+0
| * | rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy2013-07-151-2/+2
| * | remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy2013-07-151-107/+0
| * | remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-58/+0
| * | convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy2013-07-151-16/+15
| * | convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-5/+11
| * | guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy2013-07-151-0/+2
| * | parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-151-2/+6
| * | parse_pathspec: save original pathspec for reportingNguyễn Thái Ngọc Duy2013-07-151-0/+1
| * | add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy2013-07-151-2/+2
| * | move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-151-0/+1
* | | 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