mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
remove old comment
This commit is contained in:
parent
a02d3a0c4e
commit
caea649733
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue