From: Alan Knowles Date: Wed, 19 Dec 2018 03:47:53 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=c48ea3acb853520a94db021705eceba66c6b8ca9 GitRepo.vala --- diff --git a/GitRepo.vala b/GitRepo.vala index f75b4df4..36de0712 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -178,7 +178,7 @@ public class GitRepo : Object public bool is_master_branch() { - return this.currentBranch.name == "master"; + return this.currentBranch.name == "master" || this.currentBranch.name == "roojs"; }