mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
Cleanup: update outdated comment
We used to pass the todo string, but this has changed to instructions a while ago.
This commit is contained in:
parent
ba85f93fb3
commit
6da9d55e47
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ type PrepareInteractiveRebaseCommandOpts struct {
|
|||
|
||||
// PrepareInteractiveRebaseCommand returns the cmd for an interactive rebase
|
||||
// we tell git to run lazygit to edit the todo list, and we pass the client
|
||||
// lazygit a todo string to write to the todo file
|
||||
// lazygit instructions what to do with the todo file
|
||||
func (self *RebaseCommands) PrepareInteractiveRebaseCommand(opts PrepareInteractiveRebaseCommandOpts) oscommands.ICmdObj {
|
||||
ex := oscommands.GetLazygitPath()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue