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 on the branch tags*, create a zip file which named {dirname}.{git describe}.zip in the root.
If on any branch not like tags*
and the branch is not git_extra_default_branch, create a zip file which is named {dirname}.{git describe --always --long}.{branch_name}.zip in the root.
and the branch is git_extra_default_branch, create a zip file which is named {dirname}.{git describe --always --long}.zip in the root.
Base above, replace the / or \ with - when the final filename has one.
branch and version name maybe include the slash /, but cannot include the backslash \
dirname maybe include the backslash \, but cannot include the slash /
File
git-archive-file
Testcases
tags*
, create a zip file which named{dirname}.{git describe}.zip
in the root.tags*
git_extra_default_branch
, create a zip file which is named{dirname}.{git describe --always --long}.{branch_name}.zip
in the root.git_extra_default_branch
, create a zip file which is named{dirname}.{git describe --always --long}.zip
in the root./
or\
with-
when the final filename has one./
, but cannot include the backslash\
\
, but cannot include the slash/
References
The text was updated successfully, but these errors were encountered: