[PR #147] [MERGED] Tar long paths #866

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/147
Author: @pawelpabich
Created: 7/6/2016
Status: Merged
Merged: 7/6/2016
Merged by: @adamhathcock

Base: masterHead: tar_long_paths


📝 Commits (2)

  • 71a161b Now we can handle long file names
  • 6a5ad22 Refactored code a bit

📊 Changes

3 files changed (+84 additions, -24 deletions)

View changed files

📝 src/SharpCompress/Common/Tar/Headers/TarHeader.cs (+60 -24)
📝 test/SharpCompress.Test/Tar/TarReaderTests.cs (+24 -0)
test/TestArchives/Archives/Tar.LongPathsWithLongNameExtension.tar (+0 -0)

📄 Description

Fixes #146


🔄 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/147 **Author:** [@pawelpabich](https://github.com/pawelpabich) **Created:** 7/6/2016 **Status:** ✅ Merged **Merged:** 7/6/2016 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `tar_long_paths` --- ### 📝 Commits (2) - [`71a161b`](https://github.com/adamhathcock/sharpcompress/commit/71a161b69931c4b45f917e97e37e40f8cb93fc69) Now we can handle long file names - [`6a5ad22`](https://github.com/adamhathcock/sharpcompress/commit/6a5ad2248f49f8658f62ea538aab17a1435b7c77) Refactored code a bit ### 📊 Changes **3 files changed** (+84 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/Tar/Headers/TarHeader.cs` (+60 -24) 📝 `test/SharpCompress.Test/Tar/TarReaderTests.cs` (+24 -0) ➕ `test/TestArchives/Archives/Tar.LongPathsWithLongNameExtension.tar` (+0 -0) </details> ### 📄 Description Fixes #146 --- <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:17:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#866