mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
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:
@@ -3,6 +3,7 @@ mod cmd_duration;
|
||||
mod common;
|
||||
mod configuration;
|
||||
mod directory;
|
||||
mod git_status;
|
||||
mod golang;
|
||||
mod jobs;
|
||||
mod line_break;
|
||||
|
||||
Reference in New Issue
Block a user