Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
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-08Merge branch 'jk/rm-removed-paths'Junio 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-26Merge 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-11Merge branch 'as/dir-c-cleanup'Junio C Hamano
2013-01-11Merge branch 'nd/wildmatch'Junio C Hamano
2013-01-07status: always report ignored tracked directoriesAntoine Pelisse
2013-01-07dir.c: improve docs for match_pathspec() and match_pathspec_depth()Adam Spiers
2013-01-07dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers
2013-01-07dir.c: keep track of where patterns came fromAdam Spiers
2013-01-07dir.c: use a single struct exclude_list per source of excludesAdam Spiers
2013-01-06Merge branch 'jk/pathspec-literal'Junio C Hamano
2013-01-02dir.c: Make git-status --ignored more consistentAntoine Pelisse
2013-01-02wildmatch: support "no FNM_PATHNAME" modeNguyễn Thái Ngọc Duy
2013-01-02wildmatch: rename constants and update prototypeNguyễn Thái Ngọc Duy
2012-12-29dir.c: rename free_excludes() to clear_exclude_list()Adam Spiers
2012-12-29dir.c: refactor is_path_excluded()Adam Spiers
2012-12-29dir.c: refactor is_excluded()Adam Spiers
2012-12-29dir.c: refactor is_excluded_from_list()Adam Spiers
2012-12-29dir.c: rename excluded() to is_excluded()Adam Spiers
2012-12-29dir.c: rename excluded_from_list() to is_excluded_from_list()Adam Spiers
2012-12-29dir.c: rename path_excluded() to is_path_excluded()Adam Spiers
2012-12-29dir.c: rename cryptic 'which' variable to more consistent nameAdam Spiers
2012-12-29Improve documentation and comments regarding directory traversal APIAdam Spiers
2012-12-20add global --literal-pathspecs optionJeff King
2012-11-26pathspec: apply "*.c" optimization from excludeNguyễn Thái Ngọc Duy
2012-11-26pathspec: do exact comparison on the leading non-wildcard partNguyễn Thái Ngọc Duy
2012-11-20pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy
2012-11-09Merge branch 'nd/attr-match-optim-more'Jeff King
2012-10-16Support "**" wildcard in .gitignore and .gitattributesNguyễn Thái Ngọc Duy
2012-10-16attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy