Skip to content

Commit

Permalink
fix: don't hijack git log
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswalz committed Oct 14, 2020
1 parent a3dae26 commit e8edb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,5 +581,5 @@ func fileExists(filename string) bool {
}

func isBranchCompletionCommand(command string) bool {
return command == "checkout" || command == "switch" || command == "co" || command == "merge" || command == "log"
return command == "checkout" || command == "switch" || command == "co" || command == "merge"
}

0 comments on commit e8edb89

Please sign in to comment.