GitRepo.vala
[gitlive] / 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()