From 163700078c6ada686a42eabdef5527286daad90c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 Nov 2018 12:17:41 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index a59c043d..e51d1503 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -171,7 +171,8 @@ public class GitRepo : Object public bool is_wip_branch() { - + return this.currentBranch.name.has_prefix("wip_") + } public bool is_autocommit () -- 2.39.2