aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2026-02-28Fix hook management in projectile-mode enable/disableBozhidar Batsov
2026-02-28Use display-warning for failed cache serializationBozhidar Batsov
2026-02-28Cache file-truename calls in projectile-project-buffer-pBozhidar Batsov
2026-02-28Cache projectile-parse-dirconfig-file results per projectBozhidar Batsov
2026-02-28Pre-compute timestamps in sort-by-modification/access-timeBozhidar Batsov
2026-02-28Use eq instead of string= for symbol comparisonsBozhidar Batsov
2026-02-28Fix projectile-default-generic-command dropping lambda commandsBozhidar Batsov
2026-02-28Fix misplaced paren in projectile-project-buffers-other-bufferBozhidar Batsov
2026-02-28Fix projectile-purge-file-from-cache serializing stale dataBozhidar Batsov
2026-02-16Support slnx files for dotnet-sln project types (#1971)Bozhidar Batsov
2026-02-15Bump the dev versionBozhidar Batsov
2026-02-15Fix hardcoded git command in sub-projects and add hg/svn ignored commandsBozhidar Batsov
2026-02-15Add TODOs for seq-union and seq-keep when minimum Emacs is bumpedBozhidar Batsov
2026-02-15Replace seq-union with seq-uniq + append for Emacs 27 compatibilityBozhidar Batsov
2026-02-15Add declare-function for vc-git-grepBozhidar Batsov