This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Option to use number for user and/or group names (#385)
* Option to use number for user and/or group names * add NumericUid and NumericGid to Tar struct * writeFileToArchive: set Uname and Gname to empty string if NumericUid and NumericGid are true, respectively. * Join options to use numeric user and group id * join NumericUid and NumericGid in Tar struct * name the new option NumericUidGid * Apply suggestions from code review --------- Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
- Loading branch information