Search code examples
c#gitprotocolssmart-http

How implement a git Smart HTTP server


I want to implement a git server by Smart HTTP protocol. Any body can give me some reference documents or codes for study. C-style language is better.

Use a the C# language and libgit2sharp implement it is my target.


Solution

  • Git itself is a reference implementation done in a C-style language. Looks for files which names contain "http".