Skip to content

Configuring git blame #959

@Cih2001

Description

@Cih2001

I had to change this line in my local copy

local args = { 'blame', '--contents', '-', '--incremental' }

to

  local args = { 'blame', '--contents', '-', '--incremental', '-C', '-C', '-C' }

I think It would have been nice if we could add settings to git blame command, to optionally add -C on blame. More info on -C with git blame: https://youtu.be/aolI_Rz0ZqY?si=0UGEs5VI6GGijyl1&t=713

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