We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba620a commit d93d781Copy full SHA for d93d781
lua/neogit/buffers/status/actions.lua
@@ -1162,7 +1162,7 @@ M.n_stage = function(self)
1162
end
1163
1164
if selection.item and selection.item.mode == "UU" then
1165
- if config.check_integration("diffview") then
+ if config.check_integration("diffview") and git.merge.is_conflicted(selection.item.escaped_path) then
1166
require("neogit.integrations.diffview").open("conflict", selection.item.name, {
1167
on_close = {
1168
handle = self.buffer.handle,
0 commit comments