1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-04 22:34:39 +02:00

remove old comment

This commit is contained in:
Jesse Duffield 2018-08-06 21:14:01 +10:00
parent a02d3a0c4e
commit caea649733

View File

@ -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)