-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update naming and move GUI Blame command to the blameFileFiles() sub
The new Git-GUI blame must only be done on Git Blames, not executed for all non-Tortoise git commands. Therefore, the additional logic to execute Git-GUI blame must happen in the blameFileFiles() sub. There, we can also send the line number. Sending line number to standard `git blame -L #` starts the blame from that line and does not allow scrolling to lower line numbers, which is undesirable, though starting at the target line would be nice.
- Loading branch information
VinsWorldcom
committed
Nov 1, 2024
1 parent
5a28d08
commit d1f90d7
Showing
5 changed files
with
35 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters