summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/git_status.rs
AgeCommit message (Expand)Author
2020-08-07test: introduce env variable mocking (#1490)Tilmann Meyer
2020-07-14fix(git_status): Fix file rename inconsistency compared to git (#1411)Alexey Chernyshov
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2020-04-24fix: Fix latest clippy suggestions (#1136)Thomas O'Donnell
2020-04-15test: Add null tests to modules that don't have them (#1104)Thomas O'Donnell
2020-03-15fix: possible fix for Intermittent Test Failures in GH Actions (#987)David Knaack
2019-12-28feat(git_status): Add a stash count segment (#598)marblenix
2019-10-26feat: Show git_status counts (#434)Brian Low
2019-10-16feat: Implement PowerShell support (#470)David Knaack
2019-09-27style: Fix rustfmt formatting warnings in CI (#432)Zhenhui Xie
2019-09-15feat: Add configuration for the `git_status` prefix and suffix (#367)Kutsuzawa Ryo
2019-09-14perf: Lazy load files from directory (#335)Nick Young
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
2019-09-07fix: Fixture repo will now clone and set git config locally (#307)Neil Kistner
2019-09-05feat: Add config for ahead/behind count of tracked branch (#281)Neil Kistner
2019-09-04refactor: Move `create_fixture_repo` into common in integration tests (#282)Neil Kistner
2019-09-02test: Add an integration test for disabling untracked filesMatan Kushner
2019-08-27feat: Add commit count for ahead/behind symbols (#247)Neil Kistner