Working through git filesystem recovery

This commit is contained in:
Robert Strouse 2024-01-06 12:38:12 -08:00
parent a3cb1d63fe
commit 67cd9a3200
5 changed files with 15 additions and 2 deletions

View file

@ -13,6 +13,7 @@
#define GIT_UPDATE_COMPLETE 4
#define GIT_UPDATE_CANCELLING 5
#define GIT_UPDATE_CANCELLED 6
class GitRelease {
public:
uint64_t id = 0;