Live data from Hacker News

Show HN: Custom Git-receive-pack implementation

github.com

1–3 of 3 posts

Show HN: Custom Git-receive-pack implementation

#1
Chuck some SHA-1 repositories at the endpoint:

git push git://lindenii.org/ HEAD:refs/heads/change-this-name

(I wrote a pure-Go git receive pack implementation and wanna test it out with a diverse set of repositories. The code is at https://github.com/runxiyu/furgit)

Show HN: Custom Git-receive-pack implementation
github.com