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:
parent
a02d3a0c4e
commit
caea649733
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user