issues Search Results · repo:libgit2/git2go language:Go
Filter by
246 results
(61 ms)246 results
inlibgit2/git2go (press backspace or delete to remove)The number of files changed showed by the command git diff --stat hash1 hash2 only counts a moved file once. Assuming
this is the default behavior, A diff between these 2 trees in git2go counted moved ...
denppa
- 2
- Opened on Mar 6
- #962
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 but ran into this error:
../../go/pkg/mod/github.com/libgit2/git2go/v34@v34.0.0/Build_system_dynamic.go:12:3: ...
fulopattila122
- 2
- Opened on Jul 9, 2024
- #960
Description:
I observed in one long-running application that if the application uses the git2go library to clone the repo or compute
the last commit hash from branch/tag then memory is constantly increasing. ...
pPrecel
- 2
- Opened on Jun 10, 2024
- #959
I m doing this:
if libgit.Features() libgit.FeatureSSH != 0 {
fmt.Println( libgit2 has SSH support! )
} else {
fmt.Println( libgit2 does not have SSH support. )
}
repo, err := libgit.Clone(repoURL, ...
juanique
- 1
- Opened on Oct 29, 2023
- #957
We have a bug report for git2go in Debian. The test for RemoteSSH fails with the following error :
=== NAME TestRemoteSSH
remote_test.go:325: failed to handshake: nil , crypto/rsa: message too ...
rrrrrrmb
- Opened on Oct 2, 2023
- #955
On the Git CLI, I can use git push -o option for example git push -o merge_request.create to supply string options with
push that are then processed on the server by i.e. the post-receive hook to perform ...
MatejLach
- 1
- Opened on Jun 17, 2023
- #953
Hello there.
Will there be support for LibGit2 Version 1.6, i.e. libgit2 v1.6 ?
Thank you.
vault-thirteen
- 4
- Opened on Mar 31, 2023
- #951
Looking at this issue it seems this should be a branch switch and then a checkout, but I just can t figure out how to do
it. https://github.com/libgit2/git2go/issues/291
I ve tried doing this:
func CheckoutBranch(r ...
pablocompagni-contractorvp
- 1
- Opened on Mar 7, 2023
- #948
I am building a go application that depends on git2go and needs to be packaged as a docker image and will need to
support linux/amd64 and linux/arm64 architectures.
Dockerfile:
FROM golang:1.17.6-alpine3.15 ...
Ravikc
- Opened on Jan 27, 2023
- #946
In this list:
https://github.com/libgit2/git2go#which-go-version-to-use
One should use libgit2 v1.5 with git2go v34
The text implies libgit2 v1.2 with git2go v34
You can import them in your project ...
otherpaco
- Opened on Oct 12, 2022
- #941

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.