Replies: 1 comment
-
You can add arbitrary arguments with
Then close/open a file to get the blame lines to update. It would be nicer to be able to toggle this setting on/off interactively, perhaps there's a neater solution for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I understand the docs correctly,
-M
and-C
detect moved or copied lines within a file and assigns the blame to the parent commit when no code has actually changed. 'Gitlens has a whitespace equivalent setting for
-w
:gitlens.blame.ignoreWhitespace": true
. Do the above flags also have an equivalent setting?Beta Was this translation helpful? Give feedback.
All reactions