mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
Merge 74457305f1
into 66caa25dcd
This commit is contained in:
commit
78aea3cdf6
2 changed files with 2 additions and 2 deletions
|
@ -582,7 +582,7 @@ func (self *CommitLoader) getFirstPushedCommit(refName string) (string, error) {
|
|||
return ignoringWarnings(output), nil
|
||||
}
|
||||
|
||||
// getLog gets the git log.
|
||||
// getLogCmd gets the git log.
|
||||
func (self *CommitLoader) getLogCmd(opts GetCommitsOptions) oscommands.ICmdObj {
|
||||
gitLogOrder := self.AppState.GitLogOrder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue