GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 03:51:54 +0000 (11:51 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 03:51:54 +0000 (11:51 +0800)
GitRepo.vala

index f4a12d1..5fbdb0d 100644 (file)
@@ -19,6 +19,7 @@ public class GitRepo : Object
     public string git_working_dir;
     public bool debug = false;
     public bool has_local_changes = false;
+    public string host = "";
     public string git_status;    
     public string git_diff;        
     public string ahead_or_behind = "";