Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

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

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

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 (#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 #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 #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 #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 #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 #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 #985 from mcuadros/checkout-doc

repository: improve CheckoutOption.Hash doc