GitHub / go-git/go-git issues and pull requests
#1498 - [v6] Add a flush line after sideband
Pull Request -
State: closed - Opened by OlshaMB 4 months ago
#1497 - build: bump the golang-org group across 1 directory with 4 updates
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies, go
#1496 - [v6] Update and fix transport tests
Pull Request -
State: closed - Opened by aymanbagabas 4 months ago
- 1 comment
#1495 - build: bump the golang-org group with 3 updates
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies, go
#1494 - build: bump github/codeql-action from 3.28.13 to 3.28.14
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies, github_actions
#1493 - plumbing: correct matching of file vs. dir globs in `.gitignore`, Fixes #154
Pull Request -
State: closed - Opened by 0xDEC0DE 4 months ago
#1492 - utils: merkletrie, Fix diff on sparse-checkout index. Fixes #1406
Pull Request -
State: closed - Opened by onee-only 4 months ago
- 4 comments
#1491 - git: worktree, canonicalize pathnames when calling Worktree.Add(), Fixes #1460
Pull Request -
State: open - Opened by 0xDEC0DE 4 months ago
#1490 - plumbing: transport, fix not advertising no-thin capability
Pull Request -
State: closed - Opened by aymanbagabas 4 months ago
#1489 - internal: trace, read trace target from env
Pull Request -
State: closed - Opened by aymanbagabas 4 months ago
#1488 - [v6] plumbing: transport, fix advertise protocol version
Pull Request -
State: closed - Opened by aymanbagabas 4 months ago
#1487 - [v6] plumbing: fix, prevent double decoding of commands and flush
Pull Request -
State: closed - Opened by aymanbagabas 4 months ago
Labels: breaking
#1486 - plumbing: Introduce a first-parent git log traversal option
Pull Request -
State: closed - Opened by MoralCode 4 months ago
- 1 comment
#1485 - When adding a deleted directory, an "entry not found" error is reported.
Issue -
State: open - Opened by zjs1012 4 months ago
- 1 comment
#1484 - utils: fix diff so subpaths work for sparse checkouts, fixes 1455
Pull Request -
State: closed - Opened by patricsss 4 months ago
- 3 comments
#1483 - Hashing and writing arbitrary blobs into a repo
Issue -
State: closed - Opened by runxiyu 4 months ago
- 2 comments
#1482 - plumbing: add cert auth support to `releases/v5.x`
Pull Request -
State: closed - Opened by Javier-varez 4 months ago
- 3 comments
#1480 - Missing error variable for "couldn't find remote ref"
Issue -
State: open - Opened by tvandinther 4 months ago
- 1 comment
Labels: enhancement, help wanted
#1479 - plumbing: fix err when adding a deleted directory; fixes #1485
Pull Request -
State: open - Opened by zjs1012 4 months ago
#1478 - transport.ErrAuthenticationRequired returned from PlainClone for non existent GitHub repositories
Issue -
State: closed - Opened by chrisdostert 4 months ago
- 1 comment
#1477 - build: bump golang.org/x/net from 0.37.0 to 0.38.0 in the golang-org group
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
Labels: dependencies, go
#1475 - plumbing: fix err mngt in packfile processDelta
Pull Request -
State: closed - Opened by PascalBourdier 4 months ago
#1474 - plumbing: blame simplification
Pull Request -
State: closed - Opened by PascalBourdier 4 months ago
#1473 - return err before use sync.PutByteSlice
Pull Request -
State: closed - Opened by PascalBourdier 4 months ago
#1472 - Possibility to have a corrupt worktree and push a commit with unexpected deleted files/directory
Issue -
State: open - Opened by goten4 4 months ago
- 2 comments
#1471 - plumbing: fix err return in ResolveReference
Pull Request -
State: closed - Opened by PascalBourdier 4 months ago
#1470 - build: bump github/codeql-action from 3.28.11 to 3.28.13
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
Labels: dependencies, github_actions
#1469 - plumbing: use errors package for comparison
Pull Request -
State: open - Opened by PascalBourdier 4 months ago
#1468 - fix: use "errors" package for comparaison
Pull Request -
State: closed - Opened by PascalBourdier 4 months ago
#1467 - plumbing: transport, Add support for filters
Pull Request -
State: closed - Opened by pjbgf 4 months ago
#1466 - Difference between PlainClone vs Clone?
Issue -
State: closed - Opened by pjebs 4 months ago
- 1 comment
#1465 - plumbing: transport, Ensure file:/// support in Windows
Pull Request -
State: closed - Opened by pjbgf 4 months ago
- 1 comment
#1464 - Ability to download files of repo at specific tag or (12-character) commit id
Issue -
State: closed - Opened by pjebs 4 months ago
- 3 comments
#1463 - plumbing: make objfile closing idempotent
Pull Request -
State: closed - Opened by christian-roggia 4 months ago
- 1 comment
#1462 - repository: adopt variadic options pattern for Init and PlainInit
Pull Request -
State: closed - Opened by davidalpert 4 months ago
- 4 comments
Labels: breaking
#1461 - Update user-agent to `go-git/6.x`
Pull Request -
State: closed - Opened by pjbgf 4 months ago
#1460 - `Worktree.Add()` silently fails for absolute paths
Issue -
State: open - Opened by msuozzo 4 months ago
- 1 comment
Labels: bug, help wanted, no-autoclose
#1459 - Fix tests TestFetchOfMissingObjects and TestFetchWildcardTags
Pull Request -
State: closed - Opened by pjbgf 5 months ago
Labels: breaking
#1458 - What's the difference btw worktree.Checkout({Create: true}) and repository.CreateBranch
Issue -
State: open - Opened by hitzhangjie 5 months ago
#1457 - Fix tests TestGetHaves and TestPushContext
Pull Request -
State: closed - Opened by pjbgf 5 months ago
#1456 - build: bump golang.org/x/net from 0.23.0 to 0.36.0 in /cli/go-git
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 1 comment
Labels: dependencies, go
#1455 - `SparseCheckoutDirectories` works only for 1st level directory.
Issue -
State: closed - Opened by exu 5 months ago
- 1 comment
#1454 - Get lightweight tag create time
Issue -
State: open - Opened by NoSugarCoffee 5 months ago
- 1 comment
#1453 - doc: Fix dead commit-graph-format links
Pull Request -
State: closed - Opened by znd4 5 months ago
#1452 - build: bump github/codeql-action from 3.28.10 to 3.28.11
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, github_actions
#1451 - Bisected regression runs genOffsetHash leading to wasteful loop when processing ofs-delta
Issue -
State: open - Opened by runxiyu 5 months ago
- 15 comments
Labels: performance
#1450 - Refactor transport tests
Pull Request -
State: closed - Opened by onee-only 5 months ago
- 9 comments
#1449 - Diff Staging with Worktree
Issue -
State: open - Opened by 3052 5 months ago
#1448 - build: bump the golang-org group with 3 updates
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, go
#1447 - build: bump the golang-org group with 2 updates
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, go
#1446 - git: worktree_commit, use all parent hashes on amend commit. Fixes #1209
Pull Request -
State: closed - Opened by onee-only 5 months ago
#1445 - Test suites inheriting suites from `internal/transport/test`are skipping every test
Issue -
State: closed - Opened by onee-only 5 months ago
#1444 - Update main.go firoj0
Pull Request -
State: closed - Opened by qureshifiroj88 5 months ago
- 2 comments
#1443 - fetch returning error `object not found` if shallow cloned and remote branch was force-pushed to an older commit
Issue -
State: open - Opened by peterkejun 5 months ago
- 2 comments
#1442 - Upstream fork sync to update the fork with upstream changes - please delete PR
Pull Request -
State: closed - Opened by grahambrooks 5 months ago
- 1 comment
#1441 - build: bump github.com/go-git/go-git/v5 from 5.12.0 to 5.14.0 in /cli/go-git
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 1 comment
Labels: dependencies, go
#1440 - build: bump github.com/ProtonMail/go-crypto from 1.1.5 to 1.1.6
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, go
#1439 - Commits in a checked out branch are being pushed to all future branches
Issue -
State: closed - Opened by jared-logan-patrick-ct 5 months ago
- 1 comment
#1438 - .gitattributes contents ignored
Issue -
State: open - Opened by jm-willy 5 months ago
#1437 - Bump dependencies
Pull Request -
State: closed - Opened by pjbgf 5 months ago
#1436 - v5: Bump Go and dependencies
Pull Request -
State: closed - Opened by pjbgf 5 months ago
#1435 - build: bump golang.org/x/crypto from 0.33.0 to 0.35.0 in the golang-org group across 1 directory
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 4 comments
Labels: dependencies, go
#1434 - build: bump github.com/elazarl/goproxy from 0.0.0-20241214220532-033b654b53fa to 1.7.2
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 1 comment
Labels: dependencies, go
#1433 - build: bump github/codeql-action from 3.28.9 to 3.28.10
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, github_actions
#1432 - build: bump github.com/elazarl/goproxy from 0.0.0-20241214220532-033b654b53fa to 1.7.1
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 1 comment
Labels: dependencies, go
#1431 - build: bump golang.org/x/crypto from 0.33.0 to 0.34.0 in the golang-org group
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 3 comments
Labels: dependencies, go
#1429 - Missing key core.hooksPath in config.Config
Issue -
State: open - Opened by runxiyu 5 months ago
- 1 comment
#1428 - Permission error unpacking objects when cloning multiple repositories in parallel
Issue -
State: open - Opened by austinhallett 5 months ago
#1427 - build: bump golang.org/x/net from 0.34.0 to 0.35.0 in the golang-org group
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, go
#1426 - build: bump github/codeql-action from 3.28.8 to 3.28.9
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, github_actions
#1425 - build: bump golang.org/x/crypto from 0.32.0 to 0.33.0 in the golang-org group
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, go
#1424 - build: bump the golang-org group with 2 updates
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, go
#1423 - high memory consumption - github.com/go-git/go-git/v5/utils/merkletrie/filesystem.(*node).doCalculateHashForRegular
Issue -
State: open - Opened by matankila 6 months ago
Labels: good first issue, help wanted, performance
#1422 - Add SSH signing of commits
Pull Request -
State: open - Opened by roshan 6 months ago
#1421 - build: bump github/codeql-action from 3.28.5 to 3.28.8
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, github_actions
#1420 - Git credentials helper support
Issue -
State: open - Opened by m4rii0 6 months ago
- 1 comment
Labels: enhancement, help wanted
#1419 - [V6] transport tests
Pull Request -
State: closed - Opened by aymanbagabas 6 months ago
#1418 - [v6]: Fix misc transport issues
Pull Request -
State: closed - Opened by aymanbagabas 6 months ago
#1417 - Re-add support for SSH @cert-authority to v5
Issue -
State: closed - Opened by pjbgf 6 months ago
- 9 comments
Labels: good first issue, help wanted
#1416 - plumbing: packfile parser process deltaRef before deltaObj in thin pack
Pull Request -
State: closed - Opened by manland 6 months ago
#1415 - Add link to comment about the "legal issues"
Pull Request -
State: closed - Opened by jcbhmr 6 months ago
#1414 - Regression packfile parser with thin capability
Issue -
State: closed - Opened by manland 6 months ago
- 5 comments
Labels: bug
#1413 - Review `go-git` dependencies
Issue -
State: open - Opened by pjbgf 6 months ago
- 1 comment
#1412 - Feature request: Support a list of key-value push options in addition to map
Issue -
State: open - Opened by matheuscscp 6 months ago
- 1 comment
Labels: enhancement, help wanted
#1411 - Worktree regression on Windows
Issue -
State: open - Opened by alessio-perugini 6 months ago
- 3 comments
Labels: bug, help wanted, windows
#1410 - config: url, breaking change to support multiple insteadOf keys in configuration
Pull Request -
State: closed - Opened by stensonb 6 months ago
#1409 - Bump go-git module to v6
Pull Request -
State: closed - Opened by pjbgf 6 months ago
#1408 - build: bump github.com/elazarl/goproxy from 0.0.0-20241214220532-033b654b53fa to 1.7.0
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
- 1 comment
Labels: dependencies, go
#1407 - build: bump github/codeql-action from 3.28.3 to 3.28.5
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, github_actions
#1406 - File is marked for delete in worktree.Status() during sparse-checkout
Issue -
State: closed - Opened by kane8n 6 months ago
- 5 comments
Labels: bug, good first issue, help wanted
#1405 - build: bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.2 in /cli/go-git
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
- 1 comment
Labels: dependencies, go
#1404 - build: Fixes fuzzing issues
Pull Request -
State: closed - Opened by pjbgf 6 months ago
#1403 - Support auto discovery for fuzzing tests
Issue -
State: closed - Opened by pjbgf 6 months ago
Labels: tech debt
#1402 - build: Update branch strategy
Pull Request -
State: closed - Opened by pjbgf 6 months ago
- 1 comment
#1401 - build: bump golang.org/x/net from 0.32.0 to 0.33.0
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
- 1 comment
Labels: dependencies, go
#1400 - build: bump github/codeql-action from 2.22.11 to 3.28.3
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, github_actions
#1399 - build: bump github.com/ProtonMail/go-crypto from 1.1.3 to 1.1.5
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, go
#1398 - build: bump github.com/pjbgf/sha1cd from 0.3.0 to 0.3.2
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, go
#1397 - build: bump the golang-org group with 3 updates
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, go
#1396 - Remove `/cli` from development branch
Issue -
State: closed - Opened by pjbgf 6 months ago
- 1 comment
Labels: help wanted, tech debt