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)