Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GIt Blame inline #10721

Closed
holtkampjs opened this issue May 9, 2024 · 1 comment
Closed

GIt Blame inline #10721

holtkampjs opened this issue May 9, 2024 · 1 comment
Labels
C-enhancement Category: Improvements

Comments

@holtkampjs
Copy link

Suggestion

In popular editors like VSCode, one feature I enjoyed (while it sometimes muddied up the visual field) was inline git blame annotations

I.E.
image

Helix is my daily driver and sometimes I think it would be beneficial to have blame to see the last time a line was touched and by who.

Not as relevant

The reason I am submitting this enhancement is because I had recently been using git blame [filename] in my CLI and was just frustrated by the overwhelming/non-customizable output I was seeing (NOTE: I am aware various parts of the output such as hash length, email, and date-time format can be customized). I was just wishing I could view it in a more context friendly view.

My initial reaction was to attempt a bash script to customize what I see using git blame ... | awk '...' | bat -l <language> and my alternative being to write it in a more organized manner in some language (e.g. Zig, Rust, Python, etc.). Through thinking about this, I realized that it may be more wieldy to push for the feature in the tools I use already i.e. this (helix) or bat.

Thank you for consideration.

@holtkampjs holtkampjs added the C-enhancement Category: Improvements label May 9, 2024
@pascalkuthe
Copy link
Member

Duplicate of #3035

@pascalkuthe pascalkuthe marked this as a duplicate of #3035 May 9, 2024
@pascalkuthe pascalkuthe closed this as not planned Won't fix, can't repro, duplicate, stale May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements
Projects
None yet
Development

No branches or pull requests

2 participants