dgit
dgit copied to clipboard
A Pure Go Git Implementation
Most of the test cases in the official git cat-file test are failing because --batch isn't implemented. This is likely masking other failures where the test using --batch is actually...
When I perform a rev-list on a particular git repo dgit just hangs there consuming the CPU. ``` $ dgit rev-list HEAD ``` When I use the kill -ABRT trick...
There are intermittent failures in TestStatus (status_test.go) that happen rarely on Mac, quite often on Travis CI (disabled using an environment variable for now), sometimes on Plan 9 and often...
the current description says: > A Pure Go Git Implementation this is not true. If I run a diff, everything looks normal: ~~~ > dgit diff diff --git a/README.md b/README.md...