Skip to content

Commit 246eafd

Browse files
authored
Merge pull request #1813 from SheffeyG/fix-diff-noprefix
2 parents 6617978 + 5e33e04 commit 246eafd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/neogit/lib/git/cli.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,7 @@ local function new_builder(subcommand)
11741174
"--no-optional-locks",
11751175
"-c", "core.preloadindex=true",
11761176
"-c", "color.ui=always",
1177+
"-c", "diff.noprefix=false",
11771178
subcommand
11781179
},
11791180
cmd

0 commit comments

Comments
 (0)