Conversation
This corresponds to the commit ef8de073 (Merge pull request #30 from git-for-windows/dependabot/github_actions/actions/upload-artifact-7, 2026-03-03) of https://github.com/git-for-windows/7-Zip/commits/v26.01-VS2022-sfx and the artifacts have been copied from the workflow run at https://github.com/git-for-windows/7-Zip/actions/runs/25169697215. This closes git-for-windows/git#6221. Assisted-by: Claude Opus 4.7 (1M context)(Internal only) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
mjcheetham
approved these changes
Apr 30, 2026
Member
mjcheetham
left a comment
There was a problem hiding this comment.
Apparently https://github.com/ip7z/7zip/ is kind of the official repository now, but its commit history is not exactly what I call illuminating...
O_O
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This corresponds to the commit git-for-windows/7-Zip@ef8de073 (Merge pull request #30 from git-for-windows/dependabot/github_actions/actions/upload-artifact-7, 2026-03-03) of https://github.com/git-for-windows/7-Zip/commits/v26.01-VS2022-sfx and the artifacts have been copied from the workflow run at https://github.com/git-for-windows/7-Zip/actions/runs/25169697215.
This closes git-for-windows/git#6221.
What's new in 7-Zip 26.01
(From the release notes by Igor Pavlov.)
-spo[d|c|r]switch specifies the path generation mode for the output directory for archive extraction. The output directory path is generated from the path specified in the-o{dir_path}switch and the name of the archive being unpacked.-spod: for Linux/Posix/macOS:-o{dir_path}specifies the direct path to the output directory. The asterisk (*) character in{dir_path}will not be replaced by the archive name.-spoc: 7-Zip will concatenate the path specified in-o{dir_path}with the archive name to form the final path to the output directory.-spor: 7-Zip will replace the asterisk (*) character in the path specified in-o{dir_path}with the archive name. This is the default option.I love me that "Some bugs were fixed" ;-)
Apparently https://github.com/ip7z/7zip/ is kind of the official repository now, but its commit history is not exactly what I call illuminating...