gitkit
gitkit copied to clipboard
Git toolkit for Go: Smart HTTP server, SSH server, hook receiver
It'd be helpful if there were a method which allows users to override the [ssh config](https://github.com/sosedoff/gitkit/blob/master/ssh.go#L38). For example, it could be used to specify which key exchange algorithms, that the...
it would work if I would use something like user/repo.git but if I use something like git/api/user/repo.git your code create different nested repos which is not ideal
Greetings, I've been using gitkit as part of my testing for https://github.com/kick-project/kick I was wondering if you had any plans to support ssh v2? At the moment for any ssh...
I wanted to return a message to the user when HTTP authentication failed very much like Heroku does (https://devcenter.heroku.com/articles/git#http-git-authentication). I added a third value to the AuthFunc interface if not...
@sosedoff are you accepting pull requests? I've been working on some new features for a side project. One thing I needed was the ability to namespace repositories along the lines...
ability to send a message after a commit (i want to execute code after commits and send back the output) is that possibel to do?
Hey there, awesome work on this library. While using this library for my project I realized that what I actually needed was a Go version of the `git daemon` command....
Sorry for the absolute butchery of the English language in the issue title; I'm not really sure what I'm hoping for here. I have a series of changes I'd like...
- Chore: upgrade go to 1.19 - Chore: update actions - Update: allow push to certain branches - Chore: address feedback from CR - Refactor: move key to its own...
- Chore: upgrade go to 1.19 - Chore: update actions - Update: allow push to certain branches