GitBranch.vala
authorAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 07:45:00 +0000 (15:45 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 07:45:00 +0000 (15:45 +0800)
GitBranch.vala

index 7cfd8ee..584cd6f 100644 (file)
@@ -36,7 +36,8 @@ public class GitBranch : Object
        public string remote = "";
        public string remoterev = "";
        public string age = "";
-    public string ahead_behind = "";
+    public int ahead = 0;
+    public int behind = 0;