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