From: Alan Knowles Date: Wed, 19 Dec 2018 03:49:41 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=2a885208574bafbac4d552d554898d1d520ae789 GitRepo.vala --- diff --git a/GitRepo.vala b/GitRepo.vala index f0cf4e6e..7985e816 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -220,6 +220,11 @@ public class GitRepo : Object public bool is_auto_branch () { + if (this.name == "gitlog") { + return false; + } + // check remote... + return FileUtils.test(this.gitdir + "/.gitlive-enable-auto-branch" , FileTest.EXISTS); }