From caea6497335b4f8cfab06ec29dec8f2e2daa7fac Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 6 Aug 2018 21:14:01 +1000 Subject: [PATCH] remove old comment --- gitcommands.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/gitcommands.go b/gitcommands.go index d4433b1c3..eabf23482 100644 --- a/gitcommands.go +++ b/gitcommands.go @@ -328,11 +328,8 @@ func sublimeOpenFile(filename string) (string, error) { } func getBranchGraph(branch string, baseBranch string) (string, error) { - return runCommand("git log --graph --color --abbrev-commit --decorate --date=relative --pretty=medium " + branch) - // return runCommand("git log --color --graph --oneline " + branch) - // Leaving this guy commented out in case there's backlash from the design // change and I want to make this configurable // return runCommand("git log -p -30 --color --no-merges " + branch)