GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 04:38:23 +0000 (12:38 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 04:38:23 +0000 (12:38 +0800)
GitRepo.vala

index 07c6897..eb3ef0e 100644 (file)
@@ -223,6 +223,7 @@ public class GitRepo : Object
        }
     public void set_config(string key, string value) {
        this.git({ "config" , "gitlive." + key, value });
+       this.config_cache.set(key,value);
        }
     
     public bool is_managed()