zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

Home Page:https://zed.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support `.git-blame-ignore-revs`

filipwiech opened this issue · comments

Check for existing issues

  • Completed

Describe the feature

Would be great if Zed could support .git-blame-ignore-revs file stored in the project, which contains hashes of commits to avoid when showing change history (for example skip them in git blame, both inline and in the editor gutter). This is often used to hide modifications which are not really helpful or otherwise useful to understand the actual meaningful changes, such as project-wide code reformatting after updating the formatting tool or its settings. 👍

If applicable, add mockups / screenshots to help present your vision of the feature

No response