1
0
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:
Stefan Haller
2025-03-30 21:24:40 +02:00
parent 4b3262ab3e
commit 3e5024480d
3 changed files with 8 additions and 7 deletions

View File

@ -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 {