summaryrefslogtreecommitdiffstats
path: root/gitcommands.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-07 18:37:48 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-07 18:37:48 +1000
commitb54198700746a52d2a19f73fa8af8f2977f98253 (patch)
treea9ae76045aa331a20b4107d771248badf411c092 /gitcommands.go
parent2d4801c39d79d6f745537d56d884aa530d517f2c (diff)
fixup
Diffstat (limited to 'gitcommands.go')
-rw-r--r--gitcommands.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitcommands.go b/gitcommands.go
index e8f1bcbc3..5bc991bfa 100644
--- a/gitcommands.go
+++ b/gitcommands.go
@@ -384,7 +384,6 @@ func runSubProcess(g *gocui.Gui, cmdName string, commandArgs ...string) {
})
}
-func getBranchDiff(branch string, baseBranch string) (string, error) {
func getBranchGraph(branch string, baseBranch string) (string, error) {
return runCommand("git log --graph --color --abbrev-commit --decorate --date=relative --pretty=medium -100 " + branch)