tig icon indicating copy to clipboard operation
tig copied to clipboard

fix diff blame navigation

Open gcb opened this issue 8 months ago • 1 comments

this does not "support" git options such as noprefix, mnemonicPrefix, etc. As in, they will not have the desired effect on diff view, like #1337 was trying to implement.

It just overrides them with the --default-prefix command line when getting the diffs, so blame navigation (e.g. pressing "b" in a diff) works.

fix #1336

gcb avatar May 30 '24 18:05 gcb