aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
AgeCommit message (Expand)Author
2026-02-16Add subproject compile and test commands (#1653)feature/1653-compile-subprojectBozhidar 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
2026-01-07Add caller identification to projectile-completing-read for ivyThibaut Verron
2026-01-07[Fix #1964] Implement project-name and project-buffersSpencer Baugh
2026-01-07Support eat terminalPhilippe Vaucher
2026-01-07Avoid obsolete macrosPhilippe Vaucher
2025-07-04Make CMake version parsing more robust.John Eivind Helset
2025-06-18[Fix #1947] Mark projectile-project-name as safe (#1948)Leo Cacciari
2025-06-12Handle the projects cache betterRadon Rosborough
2025-05-27vcs: Use template for jujutsu file listingJoeri Samson
2025-05-27Quote ignore globs in projectile-ripgrepBjörn Lansing
2025-05-21[Fix #1940] Set safe condition `projectile-indexing-method`Aaron Madlon-Kay
2025-04-02Set `projectile-auto-discover` to `nil` by defaultBozhidar Batsov
2025-03-12Add projectile-add-known-project kbdJesús Bermúdez Velázquez
2025-02-13Add build.mill as a project file name for the mill project typeLaurence Warne
2025-02-13Release 2.9.1v2.9.1Bozhidar Batsov
2025-02-13Rename a helper functionBozhidar Batsov
2025-02-12[#1926] Don't create any cache file when persistent caching is not enabled (#...leuven65