You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a filename is given for gitea dump (-f or --file) and it has a file ending that corresponds to a supported --type and --type is not set, the type that corresponds to the filename should be automatically used.
For example, gitea dump -f /path/to/mydump.tar should create a tar (currently it would create /path/to/mydump.zip)
Not strictly necessary bonus-feature: Support some common alternative file-endings (like tgz for .tar.gz or .tbz for .tar.bz2)
The text was updated successfully, but these errors were encountered:
DanielGibson
added
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
labels
May 9, 2023
Feature Description
If a filename is given for
gitea dump
(-f
or--file
) and it has a file ending that corresponds to a supported--type
and--type
is not set, the type that corresponds to the filename should be automatically used.For example,
gitea dump -f /path/to/mydump.tar
should create a tar (currently it would create /path/to/mydump.zip)Not strictly necessary bonus-feature: Support some common alternative file-endings (like tgz for .tar.gz or .tbz for .tar.bz2)
The text was updated successfully, but these errors were encountered: