Paul's Weblog 11/1/2024

TIL `.git-blame-ignore-revs`

Read Original

This article explains the purpose and usage of the `.git-blame-ignore-revs` file in Git, which allows developers to ignore specific commits (e.g., large formatting commits from tools like Prettier) when running `git blame`. It covers the file's syntax, how to use it via command line or Git config, and notes platform support from GitHub and GitLab.

TIL `.git-blame-ignore-revs`

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes