mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-04 10:30:23 +00:00
chore: Disable smart unpack when --dir
is provided
#8
Loading…
x
Reference in New Issue
Block a user
No description provided.
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?
Originally created by @talis-fb on 3/31/2025
closes #322
Before, with Smart Unpack when
--dir
is provided:Now:
When there are some conflict:
NOTE: When smart unpack is disabled the
.tmp-ouch-xxx
folder is no longer used inside--dir
folder to hold unpacked files before renaming them. Instead, files are unpacked directly into the--dir
folder.