Tags: WorldProgrammingLtd/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
Merge pull request go-git#1203 from sapk-fork/fix-int64 worktree: force convert to int64 to support 32bit os. Fix go-git#1202
Merge pull request go-git#1200 from src-d/go-mod *: go module update
Merge pull request go-git#1142 from EmrysMyrddin/feature/export-new-r… …emote git : allows to create a Remote without a Repository
PreviousNext