mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-08 22:36:49 +02:00
Wrap an overly long line
This commit is contained in:
@ -9,7 +9,8 @@ import (
|
|||||||
type CherryPicking struct {
|
type CherryPicking struct {
|
||||||
CherryPickedCommits []*models.Commit
|
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
|
ContextKey string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user