dgit icon indicating copy to clipboard operation
dgit copied to clipboard

A Pure Go Git Implementation

Results 24 dgit issues
Sort by recently updated
recently updated
newest added

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...

bug
git test suite

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...

bug

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...