mono / ngit

Automated jgit port to c#
261 stars 151 forks source link

Basic authentication when cloning with http/https #48

Open zahhak opened 11 years ago

zahhak commented 11 years ago

As currently NGit doesn't support cloning with http/https I made some changes to Sharpen and JGit to support it. Here are the new commits:

https://github.com/zahhak/jgit/commit/2a837bfdc2416b922d765a83c9537502fa02c4d7 https://github.com/zahhak/ngit/commit/c8121228ee61e2a507132d681922bf50d1eabbb1

What do you think about them?