placeholder

git clone in Haskell from the bottom up

In order to give some structure to my ongoing investigation of git’s data structures, protocols and implementation I decided to re-implement git clone without using any of git’s plumbing commands or any of the existing git libraries. Along the way I tried to keep some implementation notes that shoul…

Click to view the original at stefan.saasen.me