Skip to content

pass extra flags to git log #82

@tronikelis

Description

@tronikelis

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions