You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I always use blame_line function with full = true option to be able to see the full commit messages. However, full = true also adds to the output hunks from the current file which is not something I expect to see when checking blame because I typically use blame to read commit messages and not viewing hunks.
Describe the solution you'd like
Add another parameter to blame_line function hide_hunks (boolean) that when enabled will prevent hunks from appearing in blame_line output.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I always use
blame_line
function withfull = true
option to be able to see the full commit messages. However,full = true
also adds to the output hunks from the current file which is not something I expect to see when checking blame because I typically use blame to read commit messages and not viewing hunks.Describe the solution you'd like
Add another parameter to
blame_line
functionhide_hunks (boolean)
that when enabled will prevent hunks from appearing inblame_line
output.The text was updated successfully, but these errors were encountered: