mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(cli): straight: highlight 'Reset "*" to "*"' option
This commit is contained in:
@ -677,7 +677,7 @@ If ELPA-P, include packages installed with package.el (M-x package-install)."
|
|||||||
|
|
||||||
(defvar doom-cli--straight-auto-options
|
(defvar doom-cli--straight-auto-options
|
||||||
'(("has diverged from"
|
'(("has diverged from"
|
||||||
. "^Reset [^ ]+ to branch")
|
. "^Reset [^ ]+ to ")
|
||||||
("but recipe specifies a URL of"
|
("but recipe specifies a URL of"
|
||||||
. "Delete remote \"[^\"]+\", re-create it with correct URL")
|
. "Delete remote \"[^\"]+\", re-create it with correct URL")
|
||||||
("has a merge conflict:"
|
("has a merge conflict:"
|
||||||
|
Reference in New Issue
Block a user