Using NGit (or even JGit since it's a port) does anyone know how to respond to the Git clone command over Smart HTTP? What would the sample code look like?
I can't find any references or documentation which describes this.
I'm trying to create a .NET GIT server to handle simple clone, push and pull requests.
Any help is appreciated.