Felix Lechner

Results 24 comments of Felix Lechner

Hi, This PR has another positive side effect. Aside from the speed up, it fixed an annoying problem I've had with my multi-head setup for a while. Previously, my third...

Great! Would you mind if I use `golang-github-tcnksm-go-gitconfig`, which I recently got to know quite well? It is a prerequisite for [git-lab](https://github.com/zaquestion/lab) and will probably be around for a while....

Doing it by hand will add this code. It is totally your call. Thank you! ``` func execGitConfig(args ...string) (string, error) { gitArgs := append([]string{"config", "--get", "--null"}, args...) var stdout...

https://github.com/Debian/dh-make-golang/pull/106