summaryrefslogtreecommitdiffstats
path: root/pkg/commands/branches.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/branches.go')
-rw-r--r--pkg/commands/branches.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/commands/branches.go b/pkg/commands/branches.go
index 2980ae722..c9cd444ae 100644
--- a/pkg/commands/branches.go
+++ b/pkg/commands/branches.go
@@ -174,3 +174,7 @@ func (self *BranchCommands) Merge(branchName string, opts MergeOpts) error {
return self.cmd.New(command).Run()
}
+
+func (self *BranchCommands) AllBranchesLogCmdObj() oscommands.ICmdObj {
+ return self.cmd.New(self.UserConfig.Git.AllBranchesLogCmd).DontLog()
+}