mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5376] [MERGED] .git-blame-ignore-revs: change format and add Landlock v1 #5470
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5470
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:git-blame-ignore-landlock📝 Commits (3)
9ffef72.git-blame-ignore-revs: put more recent commits first7178981.git-blame-ignore-revs: change format to hash then info9c79086.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 --onelineandshould 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.