yuki-kimoto / gitprep

Portable GitHub system into your own server
http://gitprep.yukikimoto.com/
906 stars 118 forks source link

Enable ssh accesses using an scp-like relative "url". #200

Closed monnerat closed 3 weeks ago

monnerat commented 3 weeks ago

Accesses can be made by git using an scp-like url syntax (i.e.: git@server:user/repo.git) without a leading / (home-relative path). The syntax accepted by the gitprep shell is therefore extended by this commit to allow these.

Thanks for considering it.

yuki-kimoto commented 3 weeks ago

Thanks.