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 d979fdb commit fa1f5a4Copy full SHA for fa1f5a4
lua/git-rebase-auto-diff/init.lua
@@ -46,7 +46,7 @@ function M.preview()
46
end
47
local cmd = "git --no-pager diff " .. hash .. "^!"
48
if config.run_show then
49
- cmd = "git --no-pager show --stat " .. hash .. " && echo '' && " .. cmd
+ cmd = "git --no-pager show --stat --patch " .. hash
50
51
require("git-rebase-auto-diff").run(cmd)
52
0 commit comments