-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tar: set directory modification times while extracting. (#88231)
* Tar: set directory modification times while extracting. * Extend test and change entry write order. * Get rid of some enumeration allocations. * test: check DateTime using InRange. * Extend comment explaining the order of entries. * Apply suggestions from code review Co-authored-by: Dan Moseley <danmose@microsoft.com> * Try including AltDirectorySeparatorChar. * Revert "Try including AltDirectorySeparatorChar." This reverts commit 086aac4. * Try using Directory.SetLastWriteTime instead of File's. * Tie up some ends. --------- Co-authored-by: Dan Moseley <danmose@microsoft.com>
- Loading branch information
1 parent
7b91fd4
commit 5e1608d
Showing
7 changed files
with
215 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.