summaryrefslogtreecommitdiffstats
path: root/src/modules/git_status.rs
AgeCommit message (Expand)Author
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
2019-09-15feat: Add configuration for the `git_status` prefix and suffix (#367)Kutsuzawa Ryo
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-07feat: Add the ability to configure per-module color styles (#285)Kevin Song
2019-09-05feat: Add config for ahead/behind count of tracked branch (#281)Neil Kistner
2019-09-02feat: Respect status.showUntrackedFilesFrancisco Lopes
2019-08-27feat: Add commit count for ahead/behind symbols (#247)Neil Kistner
2019-08-05fix: Address longstanding linter errorsMatan Kushner
2019-07-19refactor: Improve logging where lackingMatan Kushner
2019-07-19docs: Add vuepress with initial docs (#99)Tiffany Le-Nguyen
2019-07-02feat: Add a `disabled` configuration option for modules (#86)Matan Kushner
2019-06-10Add support for prompt configuration (#62)Matan Kushner
2019-05-13Implement the git status module (#45)Matan Kushner