[PR #4390] [MERGED] Exclude allow/deny move in profile from git blame #5144

Closed
opened 2026-05-05 10:33:06 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4390
Author: @rusty-snake
Created: 7/7/2021
Status: Merged
Merged: 7/8/2021
Merged by: @netblue30

Base: masterHead: git-blame-ignore-revs


📝 Commits (1)

  • b023b9a Exclude allow/deny move in profile from git blame

📊 Changes

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

View changed files

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

📄 Description

fe0f975f44 (move whitelist/blacklist to
allow/deny) is just a huge rename¹ w/o effects to the profile. Ignoreing
it in git blame to see which commits actually added/changed a
allow/nodeny command.

Configure git to use .git-blame-ignore-revs:

git config blame.ignoreRevsFile .git-blame-ignore-revs

EDIT: ¹ but it also fe0f975f44 (diff-7c733ed074575806d2755a48dd858c22c318d0190737f64299fa6dda414ba29b) and fe0f975f44 (diff-9f33b84e2dc73f7861f9d367b48fe0e3cf23832184311457b6ebef69714c358c)


🔄 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/netblue30/firejail/pull/4390 **Author:** [@rusty-snake](https://github.com/rusty-snake) **Created:** 7/7/2021 **Status:** ✅ Merged **Merged:** 7/8/2021 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `git-blame-ignore-revs` --- ### 📝 Commits (1) - [`b023b9a`](https://github.com/netblue30/firejail/commit/b023b9a6f2de8fb8e0e59b1b0762471a893e5757) Exclude allow/deny move in profile from git blame ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.git-blame-ignore-revs` (+2 -0) </details> ### 📄 Description fe0f975f447d59977d90c3226cc8c623b31b20b3 (move whitelist/blacklist to allow/deny) is just a huge rename¹ w/o effects to the profile. Ignoreing it in git blame to see which commits actually added/changed a allow/nodeny command. Configure git to use .git-blame-ignore-revs: git config blame.ignoreRevsFile .git-blame-ignore-revs EDIT: ¹ but it also https://github.com/netblue30/firejail/commit/fe0f975f447d59977d90c3226cc8c623b31b20b3#diff-7c733ed074575806d2755a48dd858c22c318d0190737f64299fa6dda414ba29b and https://github.com/netblue30/firejail/commit/fe0f975f447d59977d90c3226cc8c623b31b20b3#diff-9f33b84e2dc73f7861f9d367b48fe0e3cf23832184311457b6ebef69714c358c --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:33:06 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5144
No description provided.