Skip to content

Tags: WorldProgrammingLtd/go-git

Tags

v5.4.2

Toggle v5.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "plumbing: format/packfile, prevent large objects from being r…

…ead into memory completely (go-git#303)" (go-git#329)

This reverts commit 720c192.

v5.4.1

Toggle v5.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v5.3.0

Toggle v5.3.0's commit message
plumbing: transport/ssh, fix no agent test on windows

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-git#162 from yabberyabber/fetch-error

Fetch should return a unique error type when ref not found

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-git#73 from WKBae/close_object

Close Reader & Writer of EncodedObject after use

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mcuadros Máximo Cuadros
ci: based on github actions

v4.13.1

Toggle v4.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-git#1203 from sapk-fork/fix-int64

worktree: force convert to int64 to support 32bit os. Fix go-git#1202

v4.13.0

Toggle v4.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-git#1200 from src-d/go-mod

*: go module update

v4.12.0

Toggle v4.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request go-git#1142 from EmrysMyrddin/feature/export-new-r…

…emote

git : allows to create a Remote without a Repository