Tags: get-woke/go-git
Tags
Revert "plumbing: format/packfile, prevent large objects from being r… …ead into memory completely (go-git#303)" (go-git#329) This reverts commit 720c192.
remote: patch default timeout for `List` (go-git#321) It looks a test value was shipped breaking a lot of the usage of the library.
plumbing: format/packfile, prevent large objects from being read into… … memory completely (go-git#303) This PR adds code to prevent large objects from being read into memory from packfiles or the filesystem. Objects greater than 1Mb are now no longer directly stored in the cache or read completely into memory. Signed-off-by: Andrew Thornton <art27@cantab.net>
Merge pull request go-git#162 from yabberyabber/fetch-error Fetch should return a unique error type when ref not found
PreviousNext