labs: ADD using git@
should not show git://
as protocol in output/error
#3585
Labels
git@
should not show git://
as protocol in output/error
#3585
ADD <git ref>
#2799When using
ADD <git reference>
and usinggit@
for the git repository, the output showsgit://
as protocol used. To my understanding we don't use thegit://
protocol (https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols#_the_git_protocol) in this case, so we should change the presentation to make this less ambiguous.The text was updated successfully, but these errors were encountered: