Hei hei, > case "${url}" in > - git://*|http://*.git|https://*.git) > + git://*|http://*.git|https://*.git|ssh://*.git) > ptxd_make_get_download_permitted && > ptxd_make_get_git && return > ;; Does this mean one could use git in get stage? Is this documented somewhere how to use it? Greets Alex