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.
This commit is contained in:
Neil Kistner
2019-08-27 22:11:42 -05:00
committed by Kevin Song
parent ed27cf4a2c
commit 9853743eda
4 changed files with 330 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ mod cmd_duration;
mod common;
mod configuration;
mod directory;
mod git_status;
mod golang;
mod jobs;
mod line_break;