An open API service for providing issue and pull request metadata for open source projects.

GitHub / go-git/go-git issues and pull requests

#1189 - Can't delete a branch that for sure exists

Issue - State: open - Opened by shaneikennedy 10 months ago - 4 comments
Labels: bug, help wanted, no-autoclose

#1188 - High memory allocations from concurrent clones

Issue - State: open - Opened by tylfin 11 months ago - 5 comments
Labels: performance

#1184 - build: bump golang.org/x/net from 0.28.0 to 0.29.0

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies, go

#1183 - build: bump golang.org/x/crypto from 0.26.0 to 0.27.0

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago - 1 comment
Labels: dependencies, go

#1182 - git: update switch cases

Pull Request - State: closed - Opened by hezhizhen 11 months ago

#1181 - blame: update switch cases

Pull Request - State: closed - Opened by hezhizhen 11 months ago

#1180 - Does go-git support blobless clone?

Issue - State: closed - Opened by wetcod 11 months ago - 1 comment
Labels: duplicate

#1179 - build: bump golang.org/x/text from 0.17.0 to 0.18.0

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago - 1 comment
Labels: dependencies, go

#1178 - build: bump golang.org/x/sys from 0.24.0 to 0.25.0

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies, go

#1177 - Fix reset files in subfolders

Pull Request - State: closed - Opened by linglo 11 months ago - 2 comments

#1176 - Can't checkout a file

Issue - State: closed - Opened by rdeusser 11 months ago

#1175 - ignored files getting deleted on pull

Issue - State: closed - Opened by j4k4 11 months ago - 1 comment
Labels: duplicate

#1174 - Fixed a bug that caused panic when passing nil pointer to some methods. Fixes #1051

Pull Request - State: closed - Opened by eliotee 11 months ago - 1 comment

#1173 - plumbing: allow discovery of non bare repos in fsLoader

Pull Request - State: closed - Opened by jakobmoellerdev 11 months ago - 1 comment

#1172 - [v6-exp] Expand trace support for SSH and Performance

Pull Request - State: closed - Opened by pjbgf 11 months ago - 3 comments

#1171 - plumbing: signature, only parse x509 signatures with a `SIGNED MESSAGE` PEM label

Pull Request - State: open - Opened by yoavamit 11 months ago
Labels: stale

#1170 - fix: allow discovery of non bare repos in fsLoader

Pull Request - State: closed - Opened by jakobmoellerdev 11 months ago - 1 comment

#1169 - plumbing: signature, support the same x509 signature formats as git

Pull Request - State: closed - Opened by yoavamit 11 months ago - 2 comments

#1168 - build: bump dario.cat/mergo from 1.0.0 to 1.0.1

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago - 1 comment
Labels: dependencies, go

#1166 - [v6-exp] Consolidate in-flight changes

Pull Request - State: closed - Opened by pjbgf 12 months ago - 2 comments

#1164 - build: bump golang.org/x/sys from 0.23.0 to 0.24.0

Pull Request - State: closed - Opened by dependabot[bot] 12 months ago
Labels: dependencies, go

#1158 - git: worktree, do not removes untracked files locally in Pull operation. Fixes #53

Pull Request - State: closed - Opened by BillXiang about 1 year ago
Labels: stale

#1156 - Lost data due to clone logic

Issue - State: open - Opened by syntastical about 1 year ago - 1 comment
Labels: enhancement, good first issue, help wanted, no-autoclose

#1155 - Symlinks pointing outside repository are mangled with PlainOpen

Issue - State: closed - Opened by nf-brentsaner about 1 year ago - 4 comments
Labels: no-autoclose

#1154 - git: worktree, Pass context on updateSubmodules. Fixes #1098

Pull Request - State: closed - Opened by onee-only about 1 year ago

#1148 - Fix typos

Pull Request - State: closed - Opened by deining about 1 year ago

#1132 - Optimize object tree decode

Pull Request - State: closed - Opened by gartnera about 1 year ago
Labels: stale

#1131 - Extra '\n' in status.String()

Issue - State: closed - Opened by AOrps about 1 year ago - 1 comment
Labels: stale

#1130 - git ls-files example

Pull Request - State: closed - Opened by AOrps about 1 year ago

#1128 - Fix some lint warning and increase stalebot to 180 days

Pull Request - State: closed - Opened by pjbgf about 1 year ago

#1123 - Bug: worktree cannot be read if created with version 4

Issue - State: closed - Opened by apodznoev about 1 year ago - 3 comments

#1120 - Update config_test.go

Pull Request - State: closed - Opened by cx2c about 1 year ago
Labels: stale

#1119 - "reference delta not found" when calling `session.ReceivePack()` with "thin" transfer

Issue - State: closed - Opened by fiatjaf about 1 year ago - 3 comments
Labels: stale

#1117 - Suspected memory leak when getting commit patch

Issue - State: open - Opened by MasonXon about 1 year ago - 17 comments
Labels: stale, performance

#1111 - Refactor transport and drop git binary dependency

Pull Request - State: closed - Opened by aymanbagabas about 1 year ago
Labels: stale

#1108 - Add Filter to FetchOptions

Pull Request - State: closed - Opened by vzxv about 1 year ago - 2 comments

#1102 - Git Push taking long time in revlist operation

Issue - State: open - Opened by SVenky about 1 year ago - 1 comment
Labels: help wanted, performance

#1101 - git: worktree, Fix sparse reset. Fixes #90

Pull Request - State: closed - Opened by onee-only about 1 year ago - 6 comments

#1100 - plumbing: transport/http, Wrap http errors to return reason. Fixes #1097

Pull Request - State: closed - Opened by ggambetti about 1 year ago - 3 comments

#1099 - plainclonecontext clones only the default branch

Issue - State: closed - Opened by prateekatam about 1 year ago - 3 comments

#1098 - Context is not passed when updating submodules

Issue - State: closed - Opened by onee-only about 1 year ago

#1097 - plumbing/transport/http: error handling swallows useful debugging information

Issue - State: closed - Opened by ggambetti about 1 year ago - 3 comments
Labels: enhancement, good first issue, help wanted

#1096 - timeout option for slow git clone

Issue - State: closed - Opened by chengtianfa about 1 year ago - 2 comments

#1095 - plumbing: protocol/packp/sideband, Expose Flush() to make muxer usable.

Pull Request - State: closed - Opened by ajnavarro about 1 year ago
Labels: stale

#1094 - build: bump golang.org/x/crypto from 0.22.0 to 0.23.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: dependencies, go

#1093 - build: bump golang.org/x/net from 0.24.0 to 0.25.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 3 comments
Labels: dependencies, go

#1092 - build: bump golang.org/x/sys from 0.19.0 to 0.20.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: dependencies, go

#1091 - build: bump golang.org/x/text from 0.14.0 to 0.15.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, go

#1090 - Fix for "Brown Out" when trying to connect to Microsoft DevOps Repos

Pull Request - State: closed - Opened by flocko-motion about 1 year ago - 1 comment
Labels: stale

#1089 - Some progress output is hidden when cloning with go-git (as compared to git)

Issue - State: open - Opened by mafredri about 1 year ago - 2 comments
Labels: good first issue, help wanted, no-autoclose

#1088 - git: Added an example for Repository.Branches

Pull Request - State: closed - Opened by johnmatthiggins about 1 year ago

#1087 - Cloning to current directory?

Issue - State: closed - Opened by thebigbone about 1 year ago - 13 comments
Labels: enhancement, help wanted, stale

#1085 - storage: dotgit, head reference usually comes first

Pull Request - State: closed - Opened by aymanbagabas over 1 year ago

#1084 - plumbing: fix sideband demux on flush

Pull Request - State: closed - Opened by aymanbagabas over 1 year ago

#1083 - BUG: go-git clone is incomplete and Why do I need to pull twice to pull the latest code?

Issue - State: closed - Opened by SunYonge over 1 year ago - 1 comment
Labels: stale

#1082 - Refactor pktline

Pull Request - State: open - Opened by aymanbagabas over 1 year ago

#1081 - When executing worktree.Add("."), an error of "invalid checksum" is reported.

Issue - State: closed - Opened by allanguys over 1 year ago - 2 comments
Labels: bug, good first issue, help wanted, windows

#1080 - Personal access token : invalid auth method

Issue - State: closed - Opened by PillowPillow over 1 year ago - 5 comments

#1079 - Checkout to the previous branch

Issue - State: closed - Opened by kagorbunov over 1 year ago - 2 comments
Labels: stale

#1078 - build: bump golang.org/x/net from 0.22.0 to 0.23.0 in /cli/go-git

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, go

#1076 - git: repository, Move isBare to CloneOptions.

Pull Request - State: closed - Opened by onee-only over 1 year ago - 5 comments

#1075 - go-git compatibility with git-credential-manager (GCM)

Issue - State: closed - Opened by dineshkumar181094 over 1 year ago - 2 comments

#1073 - fix(up): divide the encoding of UploadPackReponse into two steps

Pull Request - State: closed - Opened by luckjay over 1 year ago - 1 comment
Labels: stale

#1072 - BUG: Spare checkout would checkout all files.

Issue - State: closed - Opened by wethura over 1 year ago - 2 comments
Labels: duplicate

#1064 - Error when deleting a branch or a tag

Issue - State: closed - Opened by luckjay over 1 year ago - 2 comments
Labels: stale

#1062 - Stack overflow in UploadPack

Issue - State: closed - Opened by icyphox over 1 year ago - 7 comments
Labels: bug, help wanted

#1059 - Error inconsistencies

Issue - State: open - Opened by akamensky over 1 year ago - 2 comments
Labels: stale, no-autoclose

#1058 - CommitOptions.AllowEmptyCommits does nothing

Issue - State: closed - Opened by akamensky over 1 year ago - 7 comments

#1056 - Bumps Go versions and go-billy

Pull Request - State: open - Opened by pjbgf over 1 year ago - 1 comment

#1051 - (*Worktree).Commit will panic if `CommitOptions` parameter is nil.

Issue - State: open - Opened by onee-only over 1 year ago - 5 comments
Labels: good first issue, help wanted

#1050 - git: worktree_commit, Modify checking empty commit. Fixes #723

Pull Request - State: closed - Opened by onee-only over 1 year ago - 14 comments

#1045 - git: worktree_commit, Fix amend commit to apply changes. Fixes #1024

Pull Request - State: closed - Opened by onee-only over 1 year ago

#1038 - Decoding push-options and push-cert in update-request

Issue - State: closed - Opened by thegrumpylion over 1 year ago - 1 comment
Labels: stale

#1031 - Add Keep to ResetOptions

Issue - State: open - Opened by kkrime over 1 year ago - 10 comments
Labels: enhancement, help wanted, no-autoclose

#1020 - fix godoc typo for `Matcher.Match`

Pull Request - State: closed - Opened by NiloCK over 1 year ago
Labels: stale

#1016 - add stubs to allow compilation under GOOS=tamago

Pull Request - State: closed - Opened by abarisani over 1 year ago - 1 comment

#1014 - Cannot handle empty ReferenceUpdateRequest

Issue - State: open - Opened by scabala over 1 year ago - 2 comments

#1011 - ref.Name().Short() doesn't match format git format refs/remotes/origin/*

Issue - State: closed - Opened by vish-c over 1 year ago - 1 comment
Labels: stale

#1009 - git: remote, fix default remote name

Pull Request - State: closed - Opened by dshemin over 1 year ago
Labels: stale

#1004 - build: bump github.com/ProtonMail/go-crypto from 0.0.0-20230828082145-3c4c8a2d2371 to 1.0.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, go

#1001 - Assignment mismatch in ls/main.go example

Issue - State: closed - Opened by rampageservices over 1 year ago

#1000 - plumbing: protocol/packp, client-side filter capability support

Pull Request - State: open - Opened by edigaryev over 1 year ago

#999 - How to list all the repositories belong to a user?

Issue - State: closed - Opened by yaochenkun over 1 year ago - 3 comments

#998 - Add example for git clone using ssh-agent

Pull Request - State: closed - Opened by pjbgf over 1 year ago

#997 - `CleanOptions.Dir` differs from `-d` flag in `git clean`

Issue - State: closed - Opened by msuozzo over 1 year ago - 1 comment
Labels: stale

#996 - Add crypto.Signer option to CommitOptions.

Pull Request - State: open - Opened by wlynch over 1 year ago - 3 comments

#995 - Add option approximating `git clean -x` flag.

Pull Request - State: open - Opened by msuozzo over 1 year ago

#994 - Worktree.AddWithOptions: add skipStatus option when providing a specific path

Pull Request - State: open - Opened by moranCohen26 over 1 year ago - 3 comments

#993 - Add option to skip git status check when adding a file

Issue - State: open - Opened by moranCohen26 over 1 year ago - 2 comments

#992 - utils: update comment in node.go's Hash()

Pull Request - State: closed - Opened by codablock over 1 year ago

#991 - build: bump golang.org/x/net from 0.19.0 to 0.20.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, go

#990 - build: bump golang.org/x/crypto from 0.17.0 to 0.18.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, go