mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Wrap an overly long line
This commit is contained in:
parent
59a937ee7a
commit
f473d23d65
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ import (
|
|||
type CherryPicking struct {
|
||||
CherryPickedCommits []*models.Commit
|
||||
|
||||
// we only allow cherry picking from one context at a time, so you can't copy a commit from the local commits context and then also copy a commit in the reflog context
|
||||
// we only allow cherry picking from one context at a time, so you can't copy a commit from
|
||||
// the local commits context and then also copy a commit in the reflog context
|
||||
ContextKey string
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue