豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Upgrade git and git-lfs#13022

Merged
JamieMagee merged 3 commits intodependabot:mainfrom
yeikel:upgrade-git
Sep 5, 2025
Merged

Upgrade git and git-lfs#13022
JamieMagee merged 3 commits intodependabot:mainfrom
yeikel:upgrade-git

Conversation

@yeikel
Copy link
Copy Markdown
Contributor

@yeikel yeikel commented Sep 5, 2025

What are you trying to accomplish?

Upgrades both git and git-lfs to the latest versions

Before this change

# git --version
git version 2.43.0
# git-lfs --version
git-lfs/3.4.1 (GitHub; linux amd64; go 1.22.2

After this change

# git --version
git version 2.51.0
# git-lfs --version
git-lfs/3.7.0 (GitHub; linux amd64; go 1.24.4

Depends on #13023

Closes #13009

Checklist

  • I have run the complete test suite to ensure all tests and linters pass.
  • I have thoroughly tested my code changes to ensure they work as expected, including adding additional tests for new functionality.
  • I have written clear and descriptive commit messages.
  • I have provided a detailed description of the changes in the pull request, including the problem it addresses, how it fixes the problem, and any relevant details about the implementation.
  • I have ensured that the code is well-documented and easy to understand.

@yeikel yeikel changed the title Upgrade git Upgrade git and git-lfs Sep 5, 2025
@yeikel yeikel force-pushed the upgrade-git branch 7 times, most recently from da8252b to d823e1a Compare September 5, 2025 03:30
@yeikel yeikel mentioned this pull request Sep 5, 2025
5 tasks
@yeikel yeikel marked this pull request as ready for review September 5, 2025 03:42
@yeikel yeikel requested a review from a team as a code owner September 5, 2025 03:42
@yeikel yeikel force-pushed the upgrade-git branch 2 times, most recently from d823e1a to e8614f8 Compare September 5, 2025 03:50
Comment thread Dockerfile.updater-core Outdated
Comment thread Dockerfile.updater-core Outdated
@yeikel yeikel force-pushed the upgrade-git branch 3 times, most recently from b69dd90 to 87aaf83 Compare September 5, 2025 14:20
Comment thread Dockerfile.updater-core
# Configures Ubuntu to use Azure mirrors, which are often faster and more reliable
# From https://github.com/Azure/LinuxPatchExtension/blob/master/src/tools/references/apt/sources.list.d/ubuntu.sources
# This is also used in other places such as the runner builds: https://github.com/actions/runner-images/blob/2f8d6ab9ef24fd8bda80b5259650fe1dc4311320/images/ubuntu/scripts/build/configure-apt-sources.sh#L11
RUN set -e; \
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depends on #13023

@github-actions github-actions bot added the L: git:submodules Git submodules label Sep 5, 2025
Comment thread git_submodules/spec/dependabot/git_submodules/file_parser_spec.rb Outdated
@yeikel yeikel force-pushed the upgrade-git branch 2 times, most recently from c50ee7e to 047a7d3 Compare September 5, 2025 18:29
@JamieMagee JamieMagee merged commit 7dd1602 into dependabot:main Sep 5, 2025
162 of 163 checks passed
@yeikel yeikel deleted the upgrade-git branch September 5, 2025 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

L: git:submodules Git submodules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use a more up-to-date version of git

2 participants