Neil Kistner
6658b7f0aa
fix: Fixture repo will now clone and set git config locally ( #307 )
2019-09-07 11:25:01 -05:00
Neil Kistner
1c66869117
feat: Add config for ahead/behind count of tracked branch ( #281 )
...
Add a configuration option (show_sync_count) to the git_status module that will show/hide the counts ahead/behind of the tracked branch. Currently have this default to false, and would opt-in to show this information.
2019-09-05 00:09:51 -04:00
Neil Kistner
dfade6d629
refactor: Move create_fixture_repo
into common in integration tests ( #282 )
2019-09-04 00:20:22 -04:00
Matan Kushner
470648000f
test: Add an integration test for disabling untracked files
2019-09-02 20:27:04 -04:00
Neil Kistner
9853743eda
feat: Add commit count for ahead/behind symbols ( #247 )
...
Add logic for the git status module to display the number of commits the index is ahead or behind next to the symbol.
2019-08-27 20:11:42 -07:00