-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Open
Copy link
Labels
help wantedWant community input and/or pull requestWant community input and/or pull requestneeds-championNeeds a community champion to move this forwardNeeds a community champion to move this forward
Milestone
Description
Here's what I would assume most people expect from line history:
- Select a range of lines.
- Activate line history.
- See how those lines changed, and only those lines
I hovered over every icon but I can't figure out how to achieve the same result in line history. Here's what happens in GitLens.
- Select a range of lines
- Click a commit in the line history view
- Get a diff which includes all changes from that commit pertaining to that file. Which is useless, since what's the point of line history if it shows me the same as file history.
This is what I get after clicking a commit in line history explorer

Here's the result of wrapping git log -L in like a 5 line vimscript function
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedWant community input and/or pull requestWant community input and/or pull requestneeds-championNeeds a community champion to move this forwardNeeds a community champion to move this forward

