mirror of
https://github.com/nspcc-dev/gh-push-to-neofs.git
synced 2026-03-01 04:28:40 +00:00
STRIP_PREFIX should be the default behavior #15
Loading…
Add table
Add a link
Reference in a new issue
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 @roman-khimov on GitHub (May 15, 2024).
Is your feature request related to a problem? Please describe.
I'm always frustrated when I look at how non-STRIP_PREFIX operates. It's has dangerous assumption of PATH_TO_FILES_DIR being a simple directory, but it can be
a/b/cand things will break in this case. Non-STRIP_PREFIX behavior is easy to get by creatinga/i_want_this_prefix/.Describe the solution you'd like
Make STRIP_PREFIX the default, drop this mode. Problem: it's an incompatible change.