This website requires JavaScript.
Explore
Help
Sign In
xenia
/
kakoune
Watch
1
Star
0
Fork
0
You've already forked kakoune
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
kakoune
/
test
/
tools
/
git
/
blame-in-diff
/
kak_selection
3 lines
8 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
rc tools git: fix initial position of blame of deleted line When running git blame in a "git show" buffer, we annotate the youngest version of the file that has the line referenced by the diff line at cursor. In case the cursor is on an added or context line, we simply show the version from the surrounding commit. When the cursor is on a deleted line, we show the parent commit, which still has the deleted line. However there is a bug: we use the line number in the new version of the file. Fix that.
2024-02-12 10:30:28 +01:00
line 2
Reference in New Issue
Copy Permalink
Mastodon