summaryrefslogtreecommitdiffstats
path: root/src/modules/git_state.rs
AgeCommit message (Expand)Author
2019-11-06refactor: Refactor git state module to use module config (#605)Zhenhui Xie
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-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: Adds Git State module for showing "REBASING 2/3", etc. (#276)Nick Young