From 2a885208574bafbac4d552d554898d1d520ae789 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 11:49:41 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 5 +++++ 1 file changed, 5 insertions(+) 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); } -- 2.39.2