Git - add support for type changed (#187714)

* Initial implementation

* Add icons
This commit is contained in:
Ladislau Szomoru
2023-07-12 16:18:38 +02:00
committed by GitHub
parent ba8caef810
commit ad395686d2
6 changed files with 31 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ export const enum Status {
IGNORED,
INTENT_TO_ADD,
INTENT_TO_RENAME,
TYPE_CHANGED,
ADDED_BY_US,
ADDED_BY_THEM,