mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
chore: fix function name in comment
Signed-off-by: riyueguang <rustruby@outlook.com>
This commit is contained in:
parent
61636d820c
commit
74457305f1
2 changed files with 2 additions and 2 deletions
|
@ -496,7 +496,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
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ func (self appStatusHelperTask) Continue() {
|
|||
self.waitingStatusHandle.Show()
|
||||
}
|
||||
|
||||
// withWaitingStatus wraps a function and shows a waiting status while the function is still executing
|
||||
// WithWaitingStatus wraps a function and shows a waiting status while the function is still executing
|
||||
func (self *AppStatusHelper) WithWaitingStatus(message string, f func(gocui.Task) error) {
|
||||
self.c.OnWorker(func(task gocui.Task) error {
|
||||
return self.WithWaitingStatusImpl(message, f, task)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue