mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
parent
37a5f21315
commit
66bddcc8c9
|
@ -392,7 +392,7 @@ func (g *git) parseGitStats(output []string, working bool) *gitStatus {
|
|||
status.added++
|
||||
case "U":
|
||||
status.unmerged++
|
||||
case "M", "R", "C":
|
||||
case "M", "R", "C", "m":
|
||||
status.modified++
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue