[PR #3956] [MERGED] Organize archivers #4965

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

📋 Pull Request Information

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

Base: masterHead: organize-archivers


📝 Commits (2)

  • e3cc250 archivers: move archiver-common.inc include to the bottom
  • dd255c4 archivers: wrap comments

📊 Changes

12 files changed (+43 additions, -21 deletions)

View changed files

📝 etc/inc/archiver-common.inc (+13 -9)
📝 etc/profile-a-l/7z.profile (+3 -0)
📝 etc/profile-a-l/ar.profile (+1 -0)
📝 etc/profile-a-l/atool.profile (+3 -1)
📝 etc/profile-a-l/bsdtar.profile (+3 -2)
📝 etc/profile-a-l/cpio.profile (+1 -0)
📝 etc/profile-a-l/gzip.profile (+3 -1)
📝 etc/profile-m-z/tar.profile (+8 -4)
📝 etc/profile-m-z/unrar.profile (+3 -2)
📝 etc/profile-m-z/unzip.profile (+3 -2)
📝 etc/profile-m-z/xzdec.profile (+1 -0)
📝 etc/profile-m-z/zstd.profile (+1 -0)

📄 Description

$ git log --reverse --pretty='* %s' master..
* archivers: move archiver-common.inc include to the bottom
* archivers: wrap comments

Cc: @glitsj16 (as the author of archiver-common.inc)


Note: As mentioned on #3845, please don't squash any commits; use normal merge
or rebase instead.


🔄 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/3956 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 2/7/2021 **Status:** ✅ Merged **Merged:** 2/8/2021 **Merged by:** [@rusty-snake](https://github.com/rusty-snake) **Base:** `master` ← **Head:** `organize-archivers` --- ### 📝 Commits (2) - [`e3cc250`](https://github.com/netblue30/firejail/commit/e3cc250ca9abc9a3ac534a70c670b4168804eaf6) archivers: move archiver-common.inc include to the bottom - [`dd255c4`](https://github.com/netblue30/firejail/commit/dd255c4b76f646928ba35286c240862dc1721085) archivers: wrap comments ### 📊 Changes **12 files changed** (+43 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `etc/inc/archiver-common.inc` (+13 -9) 📝 `etc/profile-a-l/7z.profile` (+3 -0) 📝 `etc/profile-a-l/ar.profile` (+1 -0) 📝 `etc/profile-a-l/atool.profile` (+3 -1) 📝 `etc/profile-a-l/bsdtar.profile` (+3 -2) 📝 `etc/profile-a-l/cpio.profile` (+1 -0) 📝 `etc/profile-a-l/gzip.profile` (+3 -1) 📝 `etc/profile-m-z/tar.profile` (+8 -4) 📝 `etc/profile-m-z/unrar.profile` (+3 -2) 📝 `etc/profile-m-z/unzip.profile` (+3 -2) 📝 `etc/profile-m-z/xzdec.profile` (+1 -0) 📝 `etc/profile-m-z/zstd.profile` (+1 -0) </details> ### 📄 Description ```console $ git log --reverse --pretty='* %s' master.. * archivers: move archiver-common.inc include to the bottom * archivers: wrap comments ``` Cc: @glitsj16 (as the author of archiver-common.inc) --- Note: As mentioned on #3845, please don't squash any commits; use normal merge or rebase instead. --- <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:29:50 -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#4965
No description provided.