Skip to content

Tags: kamilash/go-git

Tags

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 src-d#1203 from sapk-fork/fix-int64

worktree: force convert to int64 to support 32bit os. Fix src-d#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 src-d#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 src-d#1142 from EmrysMyrddin/feature/export-new-re…

…mote

git : allows to create a Remote without a Repository

v4.11.0

Toggle v4.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
plumbing: commit.StatsContext and fix for orphan commit (src-d#1115)

plumbing: commit.StatsContext and fix for root commit

v4.10.0

Toggle v4.10.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 src-d#1065 from vmarkovtsev/fix-unicode

Remove Unicode normalization in difftree

v4.9.1

Toggle v4.9.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 src-d#1056 from jfontan/fix/lose-objects-shared-cache

storage/filesystem: check file object before using cache

v4.9.0

Toggle v4.9.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 src-d#1045 from kuba--/enh-1024/log-all

Implement git log --all

v4.8.1

Toggle v4.8.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 src-d#1028 from smola/clone-regression

repository: fix plain clone error handling regression

v4.8.0

Toggle v4.8.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 src-d#1025 from mcuadros/eoie

plumbing: format/index: support for EOIE extension

v4.7.1

Toggle v4.7.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 src-d#985 from mcuadros/checkout-doc

repository: improve CheckoutOption.Hash doc