Git-Web-Access icon indicating copy to clipboard operation
Git-Web-Access copied to clipboard

The project provides a Git smart HTTP backend on IIS.

Results 4 Git-Web-Access issues
Sort by recently updated
recently updated
newest added

![Before](http://s1.hostingkartinok.com/uploads/images/2012/10/ec08e75bdafd8145778e68ac614f45b2.png) ![After](http://s1.hostingkartinok.com/uploads/images/2012/10/5349828a9506b3734a829d30d102111f.png)

I'm using Msysgit, tried in 1.7 and1.9 and when using the fix f31fad18629f4c7cc3dd8ae0febda0db1c13cc4d I get C:\Program Files (x86)\Git\bin\git.exe" pull --progress "origin" fatal: protocol error: bad line length character: 00d

At [this line](https://github.com/yysun/Git-Web-Access/blob/master/GitTools.WebApp/Repository.aspx.cs#L27) you are assuming that basePath does not have backslash ('\') in the end and FullName has. While the latter is correct because there's some non-empty relative path...

When Git-Web-Access is not hosted at root, GetGitDir return wrong path and fails with 400 error. Say if it is hosted at "/git" instead of root, and repo name is...