jakubgarfield / Bonobo-Git-Server

Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.
http://bonobogitserver.com
MIT License
1.81k stars 603 forks source link

API Access to comments #827

Open zoinkydoink opened 5 years ago

zoinkydoink commented 5 years ago

Anyone know how I can get a list of projects and all commit comments for that project through an API, possibly in c#?

Looking for any documentation/library that will help me get access to the comments, thank you

richardschoen commented 5 years ago

Would using the git commands on the server work ?

zoinkydoink commented 5 years ago

i have the server running at http://git.mydomain.com and hoping i wouldnt have to install/run anything on the server itself. SourceTree app seems to connect fine using the url, username and password and can list projects it seems.

richardschoen commented 5 years ago

GitSharp or some other C# API might work. Check out nuget.