aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-27Persist disk cache in projectile-purge-dir-from-cacheBozhidar Batsov
2026-04-27Seed cache time when loading the project file cache from diskBozhidar Batsov
2026-04-26Merge pull request #2000 from bbatsov/indexing-cleanup-finalBozhidar Batsov
2026-04-26Document remaining indexing semanticsBozhidar Batsov
2026-04-26Backfill tests for indexing command dispatchBozhidar Batsov
2026-04-26Skip git submodule scan when there is no .gitmodulesBozhidar Batsov
2026-04-26Merge pull request #1999 from bbatsov/indexing-perfBozhidar Batsov
2026-04-26Add tests for the indexing fast-path helpersBozhidar Batsov
2026-04-26Speed up native + hybrid indexing's ignore filteringBozhidar Batsov
2026-04-26Merge pull request #1998 from bbatsov/indexing-keep-and-fdBozhidar Batsov
2026-04-26Add tests for hybrid `+' keep batchingBozhidar Batsov
2026-04-26Batch hybrid indexing across `+' keep dirconfig entriesBozhidar Batsov
2026-04-26Merge pull request #1997 from bbatsov/indexing-cleanup-1Bozhidar Batsov
2026-04-26Document hybrid indexing and add a per-method feature matrixBozhidar Batsov
2026-04-26Add tests for hybrid indexingBozhidar Batsov
2026-04-26Avoid recomputing VCS in projectile-dir-files-alienBozhidar Batsov
2026-04-26Merge pull request #1996 from bbatsov/root-detection-fixesBozhidar Batsov
2026-04-26Share walk skeleton between locate-dominating-file helpersBozhidar Batsov
2026-04-26Add projectile-discard-root-cache command (#1936)Bozhidar Batsov
2026-04-26Document the project root cache and marker semanticsBozhidar Batsov
2026-04-26Add tests for previously untested root-detection pathsBozhidar Batsov
2026-04-26Memoize per-function nil results in the root cache (#1836)Bozhidar Batsov
2026-04-26Skip cache for projectile-root-local (#1211)Bozhidar Batsov
2026-04-26Use cons cells as projectile-project-root-cache keysBozhidar Batsov
2026-04-26Merge pull request #1995 from bbatsov/dirconfig-polishBozhidar Batsov
2026-04-25Small dirconfig cleanupsdirconfig-polishBozhidar Batsov
2026-04-25Include dirconfig path in the parse-cache hit checkBozhidar Batsov
2026-04-25Fire the + glob keep warning once per projectBozhidar Batsov
2026-04-26Merge pull request #1994 from bbatsov/dirconfig-refactorBozhidar Batsov
2026-04-25Soft-deprecate prefix-less dirconfig entriesdirconfig-refactorBozhidar Batsov
2026-04-25Split the dirconfig parser into a pure line classifierBozhidar Batsov
2026-04-25Return a projectile-dirconfig struct from the parserBozhidar Batsov
2026-04-26Merge pull request #1993 from bbatsov/dirconfig-improvementsBozhidar Batsov
2026-04-25Warn when a + keep entry contains glob metacharactersdirconfig-improvementsBozhidar Batsov
2026-04-25Add real-file integration tests for the dirconfig parserBozhidar Batsov
2026-04-25Warn when alien indexing bypasses a populated .projectileBozhidar Batsov
2026-04-25Document the dirconfig format more preciselyBozhidar Batsov
2026-04-25Add tests for the dirconfig cacheBozhidar Batsov
2026-04-25Skip leading whitespace in dirconfig prefix dispatchBozhidar Batsov
2026-03-10Disambiguate process buffer names for same-named projectsBozhidar Batsov
2026-03-10Check globally-ignored-file-suffixes in native indexingBozhidar Batsov
2026-03-10Allow projectile-dired commands to prompt for a projectBozhidar Batsov
2026-03-10Filter projectile-replace results through project ignore rulesBozhidar Batsov
2026-03-10Add projectile-find-file-all to find files ignoring VCS rulesBozhidar Batsov
2026-03-10test: add mercurial switch-project root regressionkovan
2026-03-05Fix compilation-find-file advice for dirs without direct filesBozhidar Batsov
2026-03-04Update CHANGELOG with round 4 codebase fixesBozhidar Batsov
2026-03-04Add tests for round 4 codebase fixesBozhidar Batsov
2026-03-04Wrap add-dir-local-variable in save-selected-window in toggle-read-onlyBozhidar Batsov
2026-03-04Replace broken sort with partition in projectile--other-extension-filesBozhidar Batsov