Fix FileSystemModel Model rename not updating childs paths recursively.

Git branch model now displays if branch origin is gone.
This commit is contained in:
Martín Lucas Golini
2025-02-22 00:49:18 -03:00
parent 6a211f9d4d
commit 173f976d21
5 changed files with 25 additions and 0 deletions

View File

@@ -229,6 +229,8 @@ class Git {
int64_t ahead{ 0 };
int64_t behind{ 0 };
bool gone{ false };
const char* typeStr() const { return refTypeToString( type ); }
};