Hacker News new | ask | show | jobs
Show HN: Custom Git-receive-pack implementation (github.com)
10 points by runxiyu 98 days ago
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)

2 comments

It'd be helpful to add a readme here instead of going to a pile of code.
What is this and why is it being upvoted? I’m confused.