Fast implementation of Git in pure Go
at master 6 lines 227 B view raw
1package furgit 2 3// tbh we implemented quite a lot of writing commit graphs in 4// the tests for reading commit graphs, sometime i'll just extract 5// them into here instead and make the tests for both use the proper 6// routines.