From 3c5d48d4190436f7d03474749ef1bac1eab44152 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 11:51:54 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/GitRepo.vala b/GitRepo.vala index f4a12d1b..5fbdb0dc 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -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 = ""; -- 2.39.2