[PR #442] [MERGED] Fix: ArchiveEncoding was ignored in TarWriterOptions #1029

Open
opened 2026-01-29 22:18:43 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/442
Author: @turbolocust
Created: 3/18/2019
Status: Merged
Merged: 3/19/2019
Merged by: @adamhathcock

Base: masterHead: master


📝 Commits (1)

  • 8174359 Fix: ArchiveEncoding was ignored in TarWriterOptions

📊 Changes

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

View changed files

📝 src/SharpCompress/Writers/Tar/TarWriterOptions.cs (+1 -1)

📄 Description

ArchiveEncoding can now be properly used in e.g. TarHeader.


🔄 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/adamhathcock/sharpcompress/pull/442 **Author:** [@turbolocust](https://github.com/turbolocust) **Created:** 3/18/2019 **Status:** ✅ Merged **Merged:** 3/19/2019 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`8174359`](https://github.com/adamhathcock/sharpcompress/commit/817435922847a0d1c52af2b0aee318d268a380b5) Fix: ArchiveEncoding was ignored in TarWriterOptions ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Writers/Tar/TarWriterOptions.cs` (+1 -1) </details> ### 📄 Description ArchiveEncoding can now be properly used in e.g. TarHeader. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:18:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1029