aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
AgeCommit message (Expand)Author
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-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
2026-02-15Revert seq-keep usage; not available via compat on Emacs 27Bozhidar Batsov
2026-02-15Remove unused function projectile-files-in-project-directoryBozhidar Batsov
2026-02-15Replace (delq nil (mapcar ...)) with seq-keepBozhidar Batsov
2026-02-15Replace delete-dups with seq-uniqBozhidar Batsov
2026-02-15Remove unnecessary fboundp guard and declare-functionBozhidar Batsov
2026-02-15Clean up minor Emacs Lisp idiomsBozhidar Batsov
2026-02-15Use string-remove-prefix and string-remove-suffixBozhidar Batsov
2026-02-15Replace (cdr (assoc ...)) with alist-getBozhidar Batsov
2026-02-14Replace cl-lib sequence functions with seq.el equivalentsBozhidar Batsov
2026-02-14Add compat dependency and adopt modern Emacs APIsBozhidar Batsov
2026-02-14Bump minimum Emacs version from 26.1 to 27.1Bozhidar Batsov
2026-02-14Fix wildcard expansion in unreadable dirs and compilation-buffer-name-functionBozhidar Batsov
2026-02-14Fix grep hook, replace-regexp on missing files, and corrupt bookmarksBozhidar Batsov
2026-02-14Fix mode-line in non-file buffers and nil project root crashBozhidar Batsov
2026-02-14Fix projectile-root-top-down to search top-down, not bottom-up (#1729)Bozhidar Batsov
2026-02-14Include intermediate directories in projectile-find-dir (#1596)Bozhidar Batsov
2026-02-14Don't cache nonexistent files & fix grep/git-grep with special chars (#1551, ...Bozhidar Batsov
2026-02-14Fix projectile-replace on Emacs 27+ (#1748, #1741)Bozhidar Batsov
2026-02-13Minor cleanup of the #1897 fixBozhidar Batsov
2026-02-13Filter deleted-but-unstaged files from git ls-files output (#1897)Bozhidar Batsov
2026-02-13Skip unreadable directories in projectile-index-directory (#1873)Bozhidar Batsov
2026-02-13Strip "./" prefix from fd output in projectile-files-via-ext-commandBozhidar Batsov
2026-02-13Prevent directories from matching file-type project root markersBozhidar Batsov
2026-02-13Fix typos in docstrings and commentsBozhidar Batsov
2026-01-09Add projectile-cache-file to projectile-globally-ignored-files default (#1966)take
2026-01-09Bump the copyright yearsBozhidar Batsov
2026-01-07[Fix #1962] Fix finding other file when candidate is a root fileTroy Figiel