Skip to content

Commit fa1f5a4

Browse files
committed
fix: Update the show option to a simple style
1 parent d979fdb commit fa1f5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/git-rebase-auto-diff/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function M.preview()
4646
end
4747
local cmd = "git --no-pager diff " .. hash .. "^!"
4848
if config.run_show then
49-
cmd = "git --no-pager show --stat " .. hash .. " && echo '' && " .. cmd
49+
cmd = "git --no-pager show --stat --patch " .. hash
5050
end
5151
require("git-rebase-auto-diff").run(cmd)
5252
end

0 commit comments

Comments
 (0)