Add ability to use -C option for blame
Mathe172 opened this issue · 2 comments
Mathe172 commented
Would it be possible to add the ability to specify -C
(or even -C -C
and -C -C -C
with custom thresholds, e.g. -C30
) for the command used to generate the blame annotations? This would allow better tracking of lines that where moved/copied from one file to another.
eamodio commented
I added a new gitlens.advanced.blame.customArguments
setting, which takes a string array of arguments that will be passed on to the git blame
command
For example, "gitlens.advanced.blame.customArguments": ["-c", "-c"]
to pass -c -c
to git blame
github-actions commented
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.