[PR #1925] [MERGED] build(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 #2194

Closed
opened 2026-03-01 21:54:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1925
Author: @dependabot[bot]
Created: 7/24/2023
Status: Merged
Merged: 7/24/2023
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/github.com/go-git/go-git/v5-5.8.0


📝 Commits (1)

  • 570ff2a build(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0.

Release notes

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

v5.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-git/go-git/compare/v5.7.0...v5.7.1

Commits
  • 1a1bc14 Merge pull request #814 from pjbgf/fix-build
  • fe5ec40 *: Fix broken CI
  • 0f46b7a Merge pull request #812 from L11R/incoming-dir-fix
  • 939ad4a storage: filesystem/dotgit, add support for tmp_objdir prefix
  • 56c4bf4 Merge pull request #809 from AriehSchneier/tilde-user-path
  • 5dad9b2 *: Handle paths starting with ~username
  • dc17aae Merge pull request #808 from ricci2511/plainopen-tilde-path-fix
  • 7e143ce Merge pull request #789 from AriehSchneier/rewrite-blame
  • a9a658e *: Add test for paths starting with tilde
  • 252b5d2 *: Handle paths starting with tilde
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/1925 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/24/2023 **Status:** ✅ Merged **Merged:** 7/24/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/go-git/go-git/v5-5.8.0` --- ### 📝 Commits (1) - [`570ff2a`](https://github.com/nektos/act/commit/570ff2a1493cde7932925559778e62dc8e2b0272) build(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.7.0 to 5.8.0. <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/v5's releases</a>.</em></p> <blockquote> <h2>v5.8.0</h2> <h2>What's Changed</h2> <ul> <li>git: Fix fetching after shallow clone. Fixes <a href="https://redirect.github.com/go-git/go-git/issues/305">#305</a> by <a href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/778">go-git/go-git#778</a></li> <li>git: enable fetch with unqualified references by <a href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/762">go-git/go-git#762</a></li> <li>git: don't add to want if exists, shallow and depth 1 by <a href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/763">go-git/go-git#763</a></li> <li>git: Clone HEAD should not force master. Fixes <a href="https://redirect.github.com/go-git/go-git/issues/363">#363</a> by <a href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/758">go-git/go-git#758</a></li> <li>git: fix the issue with submodules having the SCP style URL fail due to the wrong URL parsing by <a href="https://github.com/matejrisek"><code>@​matejrisek</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/756">go-git/go-git#756</a></li> <li>git: add a clone option to allow for shallow cloning of submodules by <a href="https://github.com/matejrisek"><code>@​matejrisek</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/765">go-git/go-git#765</a></li> <li>worktree: minor speedup for <code>doAddDirectory</code> by <a href="https://github.com/ThinkChaos"><code>@​ThinkChaos</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/702">go-git/go-git#702</a></li> <li>_examples: Remove wrong comment by <a href="https://github.com/pascal-hofmann"><code>@​pascal-hofmann</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/357">go-git/go-git#357</a></li> <li>*: Handle paths starting with tilde by <a href="https://github.com/ricci2511"><code>@​ricci2511</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/808">go-git/go-git#808</a></li> <li>*: Handle paths starting with ~Username by <a href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/809">go-git/go-git#809</a></li> <li>storage: filesystem/dotgit, add support for tmp_objdir prefix by <a href="https://github.com/L11R"><code>@​L11R</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/812">go-git/go-git#812</a></li> <li>plumbing: gitignore, replace user dir in path by <a href="https://github.com/Jleagle"><code>@​Jleagle</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/772">go-git/go-git#772</a></li> <li>plumbing: gitignore, fix incorrect parsing. Fixes <a href="https://redirect.github.com/go-git/go-git/issues/500">#500</a> by <a href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/781">go-git/go-git#781</a></li> <li>plumbing: http, Fix empty repos on Git v2.41+ by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/802">go-git/go-git#802</a></li> <li>plumbing: packp, A request is not empty if it contains shallows. Fixes <a href="https://redirect.github.com/go-git/go-git/issues/328">#328</a> by <a href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/792">go-git/go-git#792</a></li> <li>plumbing: blame, Complete rewrite. Fixes <a href="https://redirect.github.com/go-git/go-git/issues/603">#603</a> by <a href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/789">go-git/go-git#789</a></li> <li>plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any user home. Fixes <a href="https://redirect.github.com/go-git/go-git/issues/578">#578</a> by <a href="https://github.com/AriehSchneier"><code>@​AriehSchneier</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/785">go-git/go-git#785</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jleagle"><code>@​Jleagle</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/772">go-git/go-git#772</a></li> <li><a href="https://github.com/pascal-hofmann"><code>@​pascal-hofmann</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/357">go-git/go-git#357</a></li> <li><a href="https://github.com/ricci2511"><code>@​ricci2511</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/808">go-git/go-git#808</a></li> <li><a href="https://github.com/L11R"><code>@​L11R</code></a> made their first contribution in <a href="https://redirect.github.com/go-git/go-git/pull/812">go-git/go-git#812</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-git/go-git/compare/v5.7.0...v5.7.1">https://github.com/go-git/go-git/compare/v5.7.0...v5.7.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-git/go-git/commit/1a1bc149278ecdffe85d8890f5733d02abf58b8f"><code>1a1bc14</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/814">#814</a> from pjbgf/fix-build</li> <li><a href="https://github.com/go-git/go-git/commit/fe5ec4028b288fc064e7cc98e3c7ae70ba66fb50"><code>fe5ec40</code></a> *: Fix broken CI</li> <li><a href="https://github.com/go-git/go-git/commit/0f46b7a16fe1fc51048e8e5274f2cf84da8a0328"><code>0f46b7a</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/812">#812</a> from L11R/incoming-dir-fix</li> <li><a href="https://github.com/go-git/go-git/commit/939ad4a432f58d2a301db9bae1cf4143bfd659ea"><code>939ad4a</code></a> storage: filesystem/dotgit, add support for tmp_objdir prefix</li> <li><a href="https://github.com/go-git/go-git/commit/56c4bf4ca9789505db7a6eefb910a7259c1fcb79"><code>56c4bf4</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/809">#809</a> from AriehSchneier/tilde-user-path</li> <li><a href="https://github.com/go-git/go-git/commit/5dad9b23030e344a4fd1458df0c50e6ada55a01a"><code>5dad9b2</code></a> *: Handle paths starting with ~username</li> <li><a href="https://github.com/go-git/go-git/commit/dc17aae6503560777a665c9cfb0d2fcb3a9a9274"><code>dc17aae</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/808">#808</a> from ricci2511/plainopen-tilde-path-fix</li> <li><a href="https://github.com/go-git/go-git/commit/7e143ceb36ed6d46462f3c37f07993f9a10f91e3"><code>7e143ce</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/789">#789</a> from AriehSchneier/rewrite-blame</li> <li><a href="https://github.com/go-git/go-git/commit/a9a658ee4ecb0c2f0fcb1962b7c6a408a8116309"><code>a9a658e</code></a> *: Add test for paths starting with tilde</li> <li><a href="https://github.com/go-git/go-git/commit/252b5d240274e99eec8a63e4906b54f097c5f693"><code>252b5d2</code></a> *: Handle paths starting with tilde</li> <li>Additional commits viewable in <a href="https://github.com/go-git/go-git/compare/v5.7.0...v5.8.0">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/v5&package-manager=go_modules&previous-version=5.7.0&new-version=5.8.0)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:54:24 +03:00
Sign in to join this conversation.
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
starred/act#2194
No description provided.