summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2013-07-15pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy
2013-07-15pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy
2013-07-15kill limit_pathspec_to_literal() as it's only used by parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy
2013-07-15remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy
2013-07-15remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy
2013-07-15convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: save original pathspec for reportingNguyễn Thái Ngọc Duy
2013-07-15add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2013-07-01treat_directory(): do not declare submodules to be untrackedJunio C Hamano
2013-06-03Merge branch 'kb/status-ignored-optim-2'Junio C Hamano
2013-06-02dir.c: fix ignore processing within not-ignored directoriesKarsten Blees
2013-05-29Merge branch 'jn/config-ignore-inaccessible'Junio C Hamano
2013-04-15dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees
2013-04-15dir.c: git-status --ignored: don't scan the work tree three timesKarsten Blees
2013-04-15dir.c: git-status: avoid is_excluded checks for tracked filesKarsten Blees
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees
2013-04-15dir.c: unify is_excluded and is_path_excluded APIsKarsten Blees
2013-04-15dir.c: move prep_excludeKarsten Blees
2013-04-15dir.c: factor out parts of last_exclude_matching for later reuseKarsten Blees
2013-04-15dir.c: git-clean -d -X: don't delete tracked directoriesKarsten Blees
2013-04-15dir.c: make 'git-status --ignored' work within leading directoriesKarsten Blees
2013-04-15dir.c: git-status --ignored: don't list empty directories as ignoredKarsten Blees
2013-04-15dir.c: git-ls-files --directories: don't hide empty directoriesKarsten Blees
2013-04-15dir.c: git-status --ignored: don't list empty ignored directoriesKarsten Blees
2013-04-15dir.c: git-status --ignored: don't list files in ignored directoriesKarsten Blees
2013-04-15dir.c: git-status --ignored: don't drop ignored directoriesKarsten Blees
2013-04-15config: allow inaccessible configuration under $HOMEJonathan Nieder
2013-04-07Merge branch 'jk/rm-removed-paths'Junio C Hamano
2013-04-07Sync with 1.8.1.6Junio C Hamano
2013-04-07Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1Junio C Hamano
2013-04-04rm: do not complain about d/f conflicts during deletionJeff King
2013-04-03Merge branch 'jc/directory-attrs-regression-fix'Junio C Hamano
2013-03-29dir.c::match_pathname(): pay attention to the length of string parametersJeff King
2013-03-29dir.c::match_pathname(): adjust patternlen when shifting patternJeff King
2013-03-29dir.c::match_basename(): pay attention to the length of string parametersJunio C Hamano
2013-01-28Merge branch 'ap/status-ignored-in-ignored-directory' into maintJunio C Hamano
2013-01-25Merge branch 'nd/retire-fnmatch'Junio C Hamano
2013-01-24Merge branch 'as/check-ignore'Junio C Hamano
2013-01-14Merge branch 'ap/status-ignored-in-ignored-directory'Junio C Hamano
2013-01-10Merge branch 'as/dir-c-cleanup'Junio C Hamano
2013-01-10Merge branch 'nd/wildmatch'Junio C Hamano
2013-01-07status: always report ignored tracked directoriesAntoine Pelisse
2013-01-06dir.c: improve docs for match_pathspec() and match_pathspec_depth()Adam Spiers
2013-01-06dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers
2013-01-06dir.c: keep track of where patterns came fromAdam Spiers