Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuring git blame #959

Closed
Cih2001 opened this issue Mar 26, 2024 · 2 comments · Fixed by #974
Closed

Configuring git blame #959

Cih2001 opened this issue Mar 26, 2024 · 2 comments · Fixed by #974

Comments

@Cih2001
Copy link

Cih2001 commented Mar 26, 2024

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

@Cih2001
Copy link
Author

Cih2001 commented Mar 26, 2024

I realized this is related to #953

@rubiin
Copy link

rubiin commented Mar 28, 2024

maybe something like an optional gitblame command option. The default being the one used now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants