Skip to content

Tags: get-woke/go-git

Tags

v5.4.6

Toggle v5.4.6'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 #1 from get-woke/gitdir-info-exclude

plumbing: gitignore, Read .git/info/exclude file too.

v5.4.5

Toggle v5.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update module name to match repo

v5.4.4

Toggle v5.4.4's commit message
fix error on file not exist

v5.4.3

Toggle v5.4.3's commit message
allow multiple ignore files

v5.4.2@fix

Toggle v5.4.2@fix's commit message
allow multiple ignore files

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