git2go
git2go copied to clipboard
Git to Go; bindings for libgit2. Like McDonald's but tastier.
This has been failing for a while because of some changes in `git`. (cherry picked from commit 4b14d29c207e9969ea62a7fe07d490b036c14722)
This has been failing for a while because of some changes in `git`. (cherry picked from commit 4b14d29c207e9969ea62a7fe07d490b036c14722)
This has been failing for a while because of some changes in `git`. (cherry picked from commit 4b14d29c207e9969ea62a7fe07d490b036c14722)
This has been failing for a while because of some changes in `git`. (cherry picked from commit 4b14d29c207e9969ea62a7fe07d490b036c14722)
This has been failing for a while because of some changes in `git`. (cherry picked from commit 4b14d29c207e9969ea62a7fe07d490b036c14722)
This change incorporates two minor changes to rebase_test.go: * auto-format to make formatting consistent * change the branch name from master to main to fix tests
**Description:** I observed in one long-running application that if the application uses the git2go library to [clone](https://github.com/kyma-project/serverless/blob/main/components/serverless/internal/git/go2git.go#L108) the repo or compute the [last commit](https://github.com/kyma-project/serverless/blob/main/components/serverless/internal/git/go2git.go#L68) hash from branch/tag then memory is...
I have an Ubuntu 24.04 box, that ships with libgit2 v1.7 > `apt show libgit2-1.7` > > Package: libgit2-1.7 > Version: 1.7.2+ds-1ubuntu3 I was trying to install [Splitsh Lite](https://github.com/splitsh/lite?tab=readme-ov-file#manual-installation) but...
Fixes CVE-2024-45337
I believe libgit2 follows semver, in which case libgit2 `[1.5, 2.0)` (anything up to but excluding v2.0) would be compatible with git2go. Can we please refine the version range to...