X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitRepo.vala;h=7985e816c877b8a16b09de7c31aa5545c5380b0c;hp=f0cf4e6ef52ed0d939fa78e3a3c6af32d26b41e3;hb=2a885208574bafbac4d552d554898d1d520ae789;hpb=613468a6859a843f67e8547def7bced064c4c30d 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); }