[PR #14394] [MERGED] Add .git-blame-ignore-revs to make GitHub's blame view nicer #30077

Open
opened 2026-01-31 09:38:31 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14394
Author: @DHowett
Created: 11/15/2022
Status: Merged
Merged: 11/16/2022
Merged by: @DHowett

Base: mainHead: dev/duhowett/gbir


📝 Commits (3)

  • f9fd3a3 Add .git-blame-ignore-revs to make GitHub's blame view nicer
  • e8b3276 Update .git-blame-ignore-revs
  • caf6eea Apply suggestions from code review

📊 Changes

1 file changed (+15 additions, -0 deletions)

View changed files

.git-blame-ignore-revs (+15 -0)

📄 Description

Commits mentioned in this file will be acknowledged by GitHub, but
skipped in the blame view. Other tools use this as well.

You can make git use it by passing
--ignore-revs-file .git-blame-ignore-revs to git blame.

The only commits we're ignoring right now are codebase-wide reformatting
or line endings changes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/14394 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 11/15/2022 **Status:** ✅ Merged **Merged:** 11/16/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/duhowett/gbir` --- ### 📝 Commits (3) - [`f9fd3a3`](https://github.com/microsoft/terminal/commit/f9fd3a3e47492e4566f55401ddb4d61506dddb9c) Add .git-blame-ignore-revs to make GitHub's blame view nicer - [`e8b3276`](https://github.com/microsoft/terminal/commit/e8b32769e695696253d554170aff1a3a0ea0082d) Update .git-blame-ignore-revs - [`caf6eea`](https://github.com/microsoft/terminal/commit/caf6eeac7cbb58e146c4c81822a712208e21e293) Apply suggestions from code review ### 📊 Changes **1 file changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.git-blame-ignore-revs` (+15 -0) </details> ### 📄 Description Commits mentioned in this file will be acknowledged by GitHub, but skipped in the blame view. Other tools use this as well. You can make git use it by passing `--ignore-revs-file .git-blame-ignore-revs` to `git blame`. The only commits we're ignoring right now are codebase-wide reformatting or line endings changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:38:31 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30077