mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-13 04:42:12 +03:00
Fix FileSystemModel Model rename not updating childs paths recursively.
Git branch model now displays if branch origin is gone.
This commit is contained in:
@@ -229,6 +229,8 @@ class Git {
|
||||
int64_t ahead{ 0 };
|
||||
int64_t behind{ 0 };
|
||||
|
||||
bool gone{ false };
|
||||
|
||||
const char* typeStr() const { return refTypeToString( type ); }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user