Y
Hacker News
new
|
ask
|
show
|
jobs
by
lbo1
3773 days ago
AFAIK github implemented Libgit2 (or are at least a major contributor), which is an independent implementation. Am on mobile, so sorry for lack of sources.
1 comments
sytse
3773 days ago
With GitLab we sometimes shell out to git and we're using more and more Rugged
https://github.com/libgit2/rugged
, a ruby library that calls out to libgit2. For more information on our git calls see
https://github.com/gitlabhq/gitlab-shell
link