-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Hello,
I see there is flags for git diff
command
-- customize git in previewer
-- e.g. flags such as { "--no-pager" }, or { "-c", "delta.side-by-side=false" }
git_flags = {},
-- customize git diff in previewer
-- e.g. flags such as { "--raw" }
git_diff_flags = {},
A quick read of the source code I don't find that git_flags
are used in git log
(correct me if i'm wrong)
I would want to pass -C
to git log
as it is useful
Metadata
Metadata
Assignees
Labels
No labels