aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-26Release 0.9.1v0.9.1Bozhidar Batsov
2013-04-26Add changelogBozhidar Batsov
2013-04-26Display recentf files in helm-projectileBozhidar Batsov
2013-04-25Fix #95 - handle properly missing project rootBozhidar Batsov
2013-04-24Bump required Projectile versionBozhidar Batsov
2013-04-24Release helm-projectile 0.9.0Bozhidar Batsov
2013-04-24Bump version to 0.9.0v0.9.0Bozhidar Batsov
2013-04-24Improve toggle between implementation & testBozhidar Batsov
2013-04-24Code styleBozhidar Batsov
2013-04-24Drop project files hashifyingBozhidar Batsov
2013-04-23Fix broken grep in projectBozhidar Batsov
2013-04-23Merge pull request #93 from djui/patch-1Bozhidar Batsov
2013-04-23Run `lein {compile|test}` in Clojure/Leiningen projectsUwe Dauernheim
2013-04-22Fix testsBozhidar Batsov
2013-04-22Remove spurious empty strings from files listBozhidar Batsov
2013-04-22Show file paths by defaultBozhidar Batsov
2013-04-21A bunch of smallish style fixesBozhidar Batsov
2013-04-14Remove obsolete fileBozhidar Batsov
2013-04-12Fix #87 - update deps in projectile-pkg.elBozhidar Batsov
2013-04-12Fix git commandBozhidar Batsov
2013-04-10Merge pull request #88 from ahyatt/subdir-restrictBozhidar Batsov
2013-04-10Support projects only for subdirs of the project root.Andrew Hyatt
2013-04-07Fix #74 - kill all buffers related to a projectBozhidar Batsov
2013-03-26Merge pull request #82 from aethanyc/fix-readme-typoBozhidar Batsov
2013-03-26Fix a typo of a variable name in READMETing-Yu Lin
2013-03-10Update the keybindings table a bitBozhidar Batsov
2013-02-28Merge pull request #69 from joelmccracken/add-start-and-stop-commandsBozhidar Batsov
2013-02-28Adds known-projects systemJoel McCracken
2013-02-26Fix #76 - more robust projectile find-file-hookBozhidar Batsov
2013-02-20Add missing prognBozhidar Batsov
2013-02-19Merge pull request #73 from alexey-naydenov/tags_excludeBozhidar Batsov
2013-02-18Added comment to projectile-tags-exclude-patterns functionAlexey Naydenov
2013-02-18Directories listed in .projectile file are excluded when tags are generatedAlexey Naydenov
2013-02-17Fix #60 - add the ability to manually cache filesBozhidar Batsov
2013-02-17Show indexing message only when doing native project indexingBozhidar Batsov
2013-02-17Fix #71 - correct regenerate tags keybinding in the READMEBozhidar Batsov
2013-02-13Merge pull request #65 from Wilfred/masterBozhidar Batsov
2013-02-13documenting proejctile-show-paths-function in the READMEWilfred Hughes
2013-02-13adding subheadings to the READMEWilfred Hughes
2013-02-13adding a unit test for projectile-hashify-with-uniquifyWilfred Hughes
2013-02-13fixing the projectile-test-hashify-relative testWilfred Hughes
2013-02-12Merge pull request #68 from joelmccracken/masterBozhidar Batsov
2013-02-12use ert-run-tests-batch-and-exit to preserve exit code for TravisJoel McCracken
2013-02-12adding a unit test for relative file pathsWilfred Hughes
2013-02-12simplifying projectile-hashify-files to just a funcallWilfred Hughes
2013-02-11Merge pull request #66 from pufuwozu/masterBozhidar Batsov
2013-02-11Merge pull request #67 from pufuwozu/topic/print0Bozhidar Batsov
2013-02-11Use print0 for find in generic/SVN commandsBrian McKenna
2013-02-11Create an empty hash-table for the cache if file doesn't existBrian McKenna
2013-02-11Only load cache at projectile load timeBrian McKenna