GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Fri, 16 Nov 2018 02:23:54 +0000 (10:23 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 Nov 2018 02:23:54 +0000 (10:23 +0800)
GitRepo.vala

index 7718285..3f1ea99 100644 (file)
@@ -251,6 +251,7 @@ public class GitRepo : Object
        public void loadStatus()
        {
                var r = this.git({ "status" , "--porcelain" });
+               this.git_status = r;
                this.has_local_changes = r.length > 0;
        
        }