Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tar: Add support for --group and --owner #2054

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

lanodan
Copy link
Contributor

@lanodan lanodan commented Jan 19, 2024

Closes: #278

@lanodan lanodan force-pushed the opt_owner_group branch 3 times, most recently from 3040aec to 624f074 Compare January 20, 2024 00:01
@ricardobranco777
Copy link

A complete implementation of the GNU functionality would include the cases where both the group/user and ID are specified:

--group=NAME[:GID] & --owner=NAME[:UID]

@lanodan
Copy link
Contributor Author

lanodan commented Jan 28, 2024 via email

@mmatuska mmatuska merged commit 2039275 into libarchive:master Feb 8, 2024
19 of 20 checks passed
@thesamesam
Copy link
Contributor

thesamesam commented Feb 9, 2024

Thank you for implementing this! The Linux kernel needs it to build.

@lanodan
Copy link
Contributor Author

lanodan commented Feb 9, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update bsdtar --owner and --group support
4 participants