Skip to content

Tags: NonLogicalDev/fork.lib.go.go-git

Tags

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

v4.7.0

Toggle v4.7.0's commit message
worktree: solve merge conflicts

v4.6.0

Toggle v4.6.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#920 from vancluever/f-add-commit-signkey

git: Add ability to PGP sign commits

v4.5.0

Toggle v4.5.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#874 from smola/patchcontext

plumbing: add context to allow cancel on diff/patch computing