driusan / dgit

A Pure Go Git Implementation
MIT License
112 stars 10 forks source link

Add some of the official fetch tests #235

Closed sirnewton01 closed 5 years ago

sirnewton01 commented 5 years ago

Adds the t5510-fetch test suite, but only the first three tests that act a basic sanity check.

A patch was necessary to the official git sources to prevent git-upload-pack from invoking dgit for the git pack-objects, which is not ready for what is required by git-upload-pack at the current time.

Removed the use of make preferring instead to call the test scripts individually so that they can be easily adjusted with "-v" and "-d" to debug problems when run in travis.