mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-28 16:02:01 +03:00
Check for conflicts after reverting a commit
This way we get the usual menu for viewing the conflicts or aborting, like for rebases.
This commit is contained in:
@ -138,6 +138,8 @@ var conflictStrings = []string{
|
||||
"fix conflicts",
|
||||
"Resolve all conflicts manually",
|
||||
"Merge conflict in file",
|
||||
"hint: after resolving the conflicts",
|
||||
"CONFLICT (content):",
|
||||
}
|
||||
|
||||
func isMergeConflictErr(errStr string) bool {
|
||||
|
Reference in New Issue
Block a user