aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2026-03-04Don't save .dir-locals.el on user abort in projectile-edit-dir-localsBozhidar Batsov
2026-03-04Normalize project root to truename in projectile-ignored-project-pBozhidar Batsov
2026-03-04Fix projectile-files-to-ensure expanding wildcards in wrong directoryBozhidar Batsov
2026-03-04Fall back to xref-find-definitions instead of removed find-tagBozhidar Batsov
2026-03-04Use public xref-show-xrefs API in projectile-find-referencesBozhidar Batsov
2026-03-04Use string-search instead of string-match in projectile-select-filesBozhidar Batsov
2026-03-04Don't execute empty string as shell command for non-git sub-projectsBozhidar Batsov
2026-02-28Update CHANGELOG with round 3 codebase fixesBozhidar Batsov
2026-02-28Add tests for round 3 codebase fixesBozhidar Batsov
2026-02-28Use append instead of nconc in projectile--merge-related-files-fnsBozhidar Batsov
2026-02-28Error early on nil command in projectile--run-project-cmdBozhidar Batsov
2026-02-28Use file-truename in projectile-recentf-files for symlink matchingBozhidar Batsov
2026-02-28Handle deleted files in sort-by-modification/access-timeBozhidar Batsov
2026-02-28Share truename cache across buffers in projectile-open-projectsBozhidar Batsov
2026-02-28Remove unused compile-dir arg from configure-command format callBozhidar Batsov
2026-02-28Remove unnecessary temp buffer in projectile--cache-project-commands-pBozhidar Batsov
2026-02-28Add 30s timeout to projectile-check-vcs-status busy-waitBozhidar Batsov
2026-02-28Pass new-process to buffer name generation in projectile--eatBozhidar Batsov
2026-02-28Use mapcan instead of mapcar in cmake-command-presetsBozhidar Batsov
2026-02-28Don't store nil in project cache on corrupt/empty cache filesBozhidar Batsov
2026-02-28Fix duplicate projectile-project-root call in cache-current-fileBozhidar Batsov
2026-02-28Update CHANGELOG with round 2 codebase fixesBozhidar Batsov
2026-02-28Add tests for round 2 codebase fixesBozhidar Batsov
2026-02-28Avoid redundant projectile-project-root call in detect-project-typeBozhidar Batsov
2026-02-28Use append instead of nconc in projectile-get-all-sub-projectsBozhidar Batsov
2026-02-28Use hash set for deleted file removal in projectile-dir-files-alienBozhidar Batsov
2026-02-28Add safe-local-variable predicates for dir-locals variablesBozhidar Batsov
2026-02-28Use expand-file-name instead of file-truename in compilation-dirBozhidar Batsov
2026-02-28Skip projectile-maybe-limit-project-file-buffers on TRAMPBozhidar Batsov
2026-02-28Fix projectile-update-project-type resetting type cache with wrong testBozhidar Batsov
2026-02-28Update CHANGELOG with bug fixes and performance improvementsBozhidar Batsov
2026-02-28Add tests for fixed/improved functionsBozhidar Batsov
2026-02-28Move dirconfig cache defvar and handle nil file-attributesBozhidar Batsov