[PR #5376] [MERGED] .git-blame-ignore-revs: change format and add Landlock v1 #5470

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5376
Author: @kmk3
Created: 9/19/2022
Status: Merged
Merged: 9/26/2022
Merged by: @netblue30

Base: masterHead: git-blame-ignore-landlock


📝 Commits (3)

  • 9ffef72 .git-blame-ignore-revs: put more recent commits first
  • 7178981 .git-blame-ignore-revs: change format to hash then info
  • 9c79086 .git-blame-ignore-revs: add Landlock v1 commits

📊 Changes

1 file changed (+35 additions, -4 deletions)

View changed files

📝 .git-blame-ignore-revs (+35 -4)

📄 Description

Put the committer date ("%cd") and commit message subject ("%s") as a
comment right after the commit hash ("%H"). The pipe ("|") is intended
to improve readability.

This format looks more similar to the output of git log --oneline and
should make it easier to visually parse long lists. It also allows more
hashes to fit into the same amount of lines (at the cost of longer
lines).

Use committer date ("%cd") instead of author date ("%ad") as the former
tells when a commit actually landed on master. This usually matches the
topological order, which should make it easier to verify that all of the
relevant commits are listed (and that there are no extraneous commits).

Use --date + "%cd" instead of just "%ci" because the former can be used
to ensure that the date is always printed in the same timezone (UTC).

Relates to #5315 #5347.

Cc: @ChrysoliteAzalea @netblue30 @rusty-snake (from #5347)


🔄 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/5376 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 9/19/2022 **Status:** ✅ Merged **Merged:** 9/26/2022 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `git-blame-ignore-landlock` --- ### 📝 Commits (3) - [`9ffef72`](https://github.com/netblue30/firejail/commit/9ffef729c0ce8dfd574d9964cd42480814704b19) .git-blame-ignore-revs: put more recent commits first - [`7178981`](https://github.com/netblue30/firejail/commit/7178981bcf40bd7889e9fac92f202a1345e5465f) .git-blame-ignore-revs: change format to hash then info - [`9c79086`](https://github.com/netblue30/firejail/commit/9c7908624abf838aa0b14a7f94161fe5f753f958) .git-blame-ignore-revs: add Landlock v1 commits ### 📊 Changes **1 file changed** (+35 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.git-blame-ignore-revs` (+35 -4) </details> ### 📄 Description Put the committer date ("%cd") and commit message subject ("%s") as a comment right after the commit hash ("%H"). The pipe ("|") is intended to improve readability. This format looks more similar to the output of `git log --oneline` and should make it easier to visually parse long lists. It also allows more hashes to fit into the same amount of lines (at the cost of longer lines). Use committer date ("%cd") instead of author date ("%ad") as the former tells when a commit actually landed on master. This usually matches the topological order, which should make it easier to verify that all of the relevant commits are listed (and that there are no extraneous commits). Use --date + "%cd" instead of just "%ci" because the former can be used to ensure that the date is always printed in the same timezone (UTC). Relates to #5315 #5347. Cc: @ChrysoliteAzalea @netblue30 @rusty-snake (from #5347) --- <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:39:01 -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#5470
No description provided.