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.
2 parents 246eafd + e696453 commit df08cb9Copy full SHA for df08cb9
lua/neogit/process.lua
@@ -11,8 +11,9 @@ local Spinner = require("neogit.spinner")
11
local api = vim.api
12
local fn = vim.fn
13
14
-local command_mask =
15
- vim.pesc(" --no-pager --literal-pathspecs --no-optional-locks -c core.preloadindex=true -c color.ui=always")
+local command_mask = vim.pesc(
+ " --no-pager --literal-pathspecs --no-optional-locks -c core.preloadindex=true -c color.ui=always -c diff.noprefix=false"
16
+)
17
18
local function mask_command(cmd)
19
local command, _ = cmd:gsub(command_mask, "")
0 commit comments