improve file extension detection #6
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
2 known error cases:
<name>.tar.gz
will just turn into<random name>.gz
(fix: whitelist some extensions? less sure on this)<name>
will turn into<random name>.
(easy fix: stop adding a dot to names of files with blank extensions)