mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-25 14:15:00 +00:00
optimize<WorkingCopy>: do NOT show unmerged changes in staged
This commit is contained in:
parent
08f279a521
commit
6613566afb
3 changed files with 5 additions and 9 deletions
|
@ -102,7 +102,7 @@ namespace SourceGit.Views.Controls {
|
|||
case Models.Change.Status.Deleted: return "▬";
|
||||
case Models.Change.Status.Renamed: return "➔";
|
||||
case Models.Change.Status.Copied: return "❏";
|
||||
case Models.Change.Status.Unmerged: return "∪";
|
||||
case Models.Change.Status.Unmerged: return "U";
|
||||
case Models.Change.Status.Untracked: return "★";
|
||||
default: return "?";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue