build(deps): bump github.com/go-git/go-git/v6 from 6.0.0-20250728093604-6aaf1933ecab to 6.0.0-alpha.2 #285

Open
dependabotbot_placeholder_mon8rt wants to merge 1 commit from dependabot/go_modules/github.com/go-git/go-git/v6-6.0.0-alpha.2 into main
dependabotbot_placeholder_mon8rt commented 2026-04-20 14:54:40 +00:00 (Migrated from git.csit.sgu.ru)

Bumps github.com/go-git/go-git/v6 from 6.0.0-20250728093604-6aaf1933ecab to 6.0.0-alpha.2.

Release notes

Sourced from github.com/go-git/go-git/v6's releases.

v6.0.0-alpha.2

🚀 Release Summary

⚠️ v6 Alpha Release

This is an alpha release of go-git v6.

We encourage users to test this version in real-world scenarios and help us validate the new transport layer and features.

👉 Please report any issues, bugs, or unexpected behavior via GitHub issues.

This release brings major improvements across transport, performance, and Git feature support, along with significant internal modernization.

🚀 Highlights

  • Major refactor of the plumbing/transport API with a new design, improving extensibility and aligning behaviour more closely with upstream Git.
  • Performance improvements in remote operations, including faster send-pack.
  • Significant improvements to HTTP transport robustness and protocol correctness.
  • File transport: added support for gitfile and improved repository detection logic.

🐛 Bug Fixes

  • repository: fix DeleteBranch failing when using full ref names (#1951)
  • worktree: fix Add silently failing for absolute paths (#1949)
  • transport/http: fix multi-round pack negotiation (#1992)
  • transport/http: harden redirect handling to match canonical Git (#1997)
  • transport/http: fix data race in dumb HTTP test server (#1960)
  • transport: avoid emitting duplicate NAK after empty ACKs (#1989)
  • updreq: support multiple shallow records in upload request decoding (#1952)
  • file transport: fix Windows file handle leak (#1976)
  • worktree tests: fix Windows file handle leaks (#1996)
  • transport tests: correct receive-pack usage (#1988)

Enhancements

  • remote: faster send-pack implementation (#1947)
  • object: improved object walk painting (#1973)
  • repository: add gitfile support and improve loader detection (#1994)
  • config: introduce ConfigLoader plugins aligned with upstream Git (#1924)

🔧 Refactoring

  • plumbing/transport: replace transport API with new design (#1972)
  • plumbing/transport: follow-up API refactoring and cleanup (#1983)

📚 Documentation

  • docs: updates and introduction of AI Policy (#1913)

📋 Full Changelog

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [github.com/go-git/go-git/v6](https://github.com/go-git/go-git) from 6.0.0-20250728093604-6aaf1933ecab to 6.0.0-alpha.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-git/go-git/releases">github.com/go-git/go-git/v6's releases</a>.</em></p> <blockquote> <h2>v6.0.0-alpha.2</h2> <h2>🚀 Release Summary</h2> <blockquote> <p>⚠️ <strong>v6 Alpha Release</strong></p> <p>This is an <strong>alpha release of go-git v6</strong>.</p> <p>We encourage users to <strong>test this version in real-world scenarios</strong> and help us validate the new transport layer and features.</p> <p>👉 Please report any issues, bugs, or unexpected behavior via <a href="https://github.com/go-git/go-git/issues/new?template=bug-report.yml">GitHub issues</a>.</p> </blockquote> <p>This release brings major improvements across transport, performance, and Git feature support, along with significant internal modernization.</p> <h3>🚀 Highlights</h3> <ul> <li>Major refactor of the plumbing/transport API with a new design, improving extensibility and aligning behaviour more closely with upstream Git.</li> <li>Performance improvements in remote operations, including faster send-pack.</li> <li>Significant improvements to HTTP transport robustness and protocol correctness.</li> <li>File transport: added support for <code>gitfile</code> and improved repository detection logic.</li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>repository: fix DeleteBranch failing when using full ref names (<a href="https://redirect.github.com/go-git/go-git/pull/1951">#1951</a>)</li> <li>worktree: fix Add silently failing for absolute paths (<a href="https://redirect.github.com/go-git/go-git/pull/1949">#1949</a>)</li> <li>transport/http: fix multi-round pack negotiation (<a href="https://redirect.github.com/go-git/go-git/pull/1992">#1992</a>)</li> <li>transport/http: harden redirect handling to match canonical Git (<a href="https://redirect.github.com/go-git/go-git/pull/1997">#1997</a>)</li> <li>transport/http: fix data race in dumb HTTP test server (<a href="https://redirect.github.com/go-git/go-git/pull/1960">#1960</a>)</li> <li>transport: avoid emitting duplicate NAK after empty ACKs (<a href="https://redirect.github.com/go-git/go-git/pull/1989">#1989</a>)</li> <li>updreq: support multiple shallow records in upload request decoding (<a href="https://redirect.github.com/go-git/go-git/pull/1952">#1952</a>)</li> <li>file transport: fix Windows file handle leak (<a href="https://redirect.github.com/go-git/go-git/pull/1976">#1976</a>)</li> <li>worktree tests: fix Windows file handle leaks (<a href="https://redirect.github.com/go-git/go-git/pull/1996">#1996</a>)</li> <li>transport tests: correct receive-pack usage (<a href="https://redirect.github.com/go-git/go-git/pull/1988">#1988</a>)</li> </ul> <h3>✨ Enhancements</h3> <ul> <li>remote: faster send-pack implementation (<a href="https://redirect.github.com/go-git/go-git/pull/1947">#1947</a>)</li> <li>object: improved object walk painting (<a href="https://redirect.github.com/go-git/go-git/pull/1973">#1973</a>)</li> <li>repository: add gitfile support and improve loader detection (<a href="https://redirect.github.com/go-git/go-git/pull/1994">#1994</a>)</li> <li>config: introduce ConfigLoader plugins aligned with upstream Git (<a href="https://redirect.github.com/go-git/go-git/pull/1924">#1924</a>)</li> </ul> <h3>🔧 Refactoring</h3> <ul> <li>plumbing/transport: replace transport API with new design (<a href="https://redirect.github.com/go-git/go-git/pull/1972">#1972</a>)</li> <li>plumbing/transport: follow-up API refactoring and cleanup (<a href="https://redirect.github.com/go-git/go-git/pull/1983">#1983</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>docs: updates and introduction of AI Policy (<a href="https://redirect.github.com/go-git/go-git/pull/1913">#1913</a>)</li> </ul> <h2>📋 Full Changelog</h2> <h3>What's Changed</h3> <ul> <li>git: repository, fix DeleteBranch failing with full ref name by <a href="https://github.com/tmchow"><code>@​tmchow</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/1951">go-git/go-git#1951</a></li> <li>build: Update golang (main) by <a href="https://github.com/go-git-renovate"><code>@​go-git-renovate</code></a>[bot] in <a href="https://redirect.github.com/go-git/go-git/pull/1931">go-git/go-git#1931</a></li> <li>git: worktree, fix Add silently failing for absolute paths by <a href="https://github.com/tmchow"><code>@​tmchow</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/1949">go-git/go-git#1949</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/go-git/go-git/commits/v6.0.0-alpha.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-git/go-git/v6&package-manager=go_modules&previous-version=6.0.0-20250728093604-6aaf1933ecab&new-version=6.0.0-alpha.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabotbot_placeholder_mon8rt commented 2026-04-20 14:54:43 +00:00 (Migrated from git.csit.sgu.ru)

mentioned in merge request !280

mentioned in merge request !280
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/go_modules/github.com/go-git/go-git/v6-6.0.0-alpha.2:dependabot/go_modules/github.com/go-git/go-git/v6-6.0.0-alpha.2
git switch dependabot/go_modules/github.com/go-git/go-git/v6-6.0.0-alpha.2

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/go_modules/github.com/go-git/go-git/v6-6.0.0-alpha.2
git switch dependabot/go_modules/github.com/go-git/go-git/v6-6.0.0-alpha.2
git rebase main
git switch main
git merge --ff-only dependabot/go_modules/github.com/go-git/go-git/v6-6.0.0-alpha.2
git switch dependabot/go_modules/github.com/go-git/go-git/v6-6.0.0-alpha.2
git rebase main
git switch main
git merge --no-ff dependabot/go_modules/github.com/go-git/go-git/v6-6.0.0-alpha.2
git switch main
git merge --squash dependabot/go_modules/github.com/go-git/go-git/v6-6.0.0-alpha.2
git switch main
git merge --ff-only dependabot/go_modules/github.com/go-git/go-git/v6-6.0.0-alpha.2
git switch main
git merge dependabot/go_modules/github.com/go-git/go-git/v6-6.0.0-alpha.2
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dsc/mm-backend!285
No description provided.