aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
AgeCommit message (Expand)Author
2026-04-26Skip git submodule scan when there is no .gitmodulesBozhidar Batsov
2026-04-26Speed up native + hybrid indexing's ignore filteringBozhidar Batsov
2026-04-26Batch hybrid indexing across `+' keep dirconfig entriesBozhidar Batsov
2026-04-26Avoid recomputing VCS in projectile-dir-files-alienBozhidar 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-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-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-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-25Warn when a + keep entry contains glob metacharactersdirconfig-improvementsBozhidar Batsov
2026-04-25Warn when alien indexing bypasses a populated .projectileBozhidar Batsov
2026-04-25Document the dirconfig format more preciselyBozhidar 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-05Fix compilation-find-file advice for dirs without direct filesBozhidar Batsov
2026-03-04Update CHANGELOG with 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-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-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