mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-20 00:12:29 +02:00
chore: fix function name in comment
Signed-off-by: riyueguang <rustruby@outlook.com>
This commit is contained in:
@@ -575,7 +575,7 @@ func (self *CommitLoader) getReachableHashes(refName string, notRefNames []strin
|
||||
return set.NewFromSlice(utils.SplitLines(output))
|
||||
}
|
||||
|
||||
// getLog gets the git log.
|
||||
// getLogCmd gets the git log.
|
||||
func (self *CommitLoader) getLogCmd(opts GetCommitsOptions) *oscommands.CmdObj {
|
||||
gitLogOrder := self.UserConfig().Git.Log.Order
|
||||
|
||||
|
||||
Reference in New Issue
Block a user