libnetwork.lib: support for git urls incompatibile with .git suffix (under testing)
This commit is contained in:
parent
99fd03d6a7
commit
b5b1121aee
@ -916,7 +916,7 @@ function git.download() {
|
||||
--pck-version "$pck_version" \
|
||||
--destdir "$destdir" \
|
||||
--preserve-dot-git "0" --git-branch "$git_branch" \
|
||||
"${token_dirname/.git*}.git"
|
||||
"${token_dirname/\/$git_branch*}"
|
||||
}
|
||||
|
||||
# function git.create_tarball
|
||||
|
Loading…
Reference in New Issue
Block a user