mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-09 21:24:08 +00:00
[PR #450] AddAllFromDirectoryContentOnly extension method for IWritableArchive #1033
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/450
Author: @iron9light
Created: 5/20/2019
Status: 🔄 Open
Base:
master← Head:addcontentonly📝 Commits (3)
489ad88New extension method for IWritableArchive. Only write content (will ignore timestamp). This method is used to make sure same contents of a directory will always output the same binary.5af213aAdd WriteAllContentOnly extension method for IWriter. And fix a bug.8130f64Remove ContentOnly method and addbool contentOnly = falseparameter📊 Changes
2 files changed (+67 additions, -22 deletions)
View changed files
📝
src/SharpCompress/Archives/IWritableArchiveExtensions.cs(+34 -11)📝
src/SharpCompress/Writers/IWriterExtensions.cs(+33 -11)📄 Description
Only write content (will ignore timestamp). This method is used to make sure same contents of a directory will always output the same binary.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.