From 69081737e11a8c4a455f4ccd040bb7146a2397ac Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 9 Sep 2026 05:25:47 +0000 Subject: [PATCH] repo: upgrade 2.66.1 -> 2.67 d27d682 project: check upstream ref ancestry for non-shallow clones 0ea57e2 project: gate the default-branch query by Git version ba8ddf3 git_superproject: resolve one negotiation ref directly d88ce8d upload: reuse the worker current-branch result 5e8d2a6 version: read describe and date in one Git call e59c9cd cherry_pick: resolve and read commits in one process 83428a9 rebase: delegate automatic stashing to Git 948abc8 git_config: recognize only complete object IDs c63a2f9 sync: tell apart same-path submanifest projects 0039e39 project: carry current state from the ref snapshot 5f37845 project: reuse ref OIDs in branch maintenance d27034b project: centralize safe branch and commit resolution 6541729 project: reuse loaded refs when resolving HEAD b85e76a git_refs: load HEAD with the ref snapshot on Git 2.45 e5bbb5c upload: prune ref scans for untouched projects and specific branches 4fe8761 project: read HEAD directly in-memory to avoid subprocesses d729942 sync: skip submodules removed from their parent 3f087a8 sync: fetch submodules after their parent repository 3a6e25a sync: check out submodules at the parent's new revision 41c2597 project: don't use dest-branch or tags as SHA-1 upstream fallback e6ad708 hooks: add --fix option to auto-apply hook fixes 09914bc Add detailed upload context to Trace2 telemetry 3f17756 project: allow re-reading submodule gitlinks --- meta/recipes-devtools/repo/{repo_2.66.1.bb => repo_2.67.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/repo/{repo_2.66.1.bb => repo_2.67.bb} (94%) diff --git a/meta/recipes-devtools/repo/repo_2.66.1.bb b/meta/recipes-devtools/repo/repo_2.67.bb similarity index 94% rename from meta/recipes-devtools/repo/repo_2.66.1.bb rename to meta/recipes-devtools/repo/repo_2.67.bb index 32c7a38a94..948a9a775c 100644 --- a/meta/recipes-devtools/repo/repo_2.66.1.bb +++ b/meta/recipes-devtools/repo/repo_2.67.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main;tag=v${PV} \ " -SRCREV = "b85886fa9f5b4e2189cc5b2f40bd0a80459d4c77" +SRCREV = "d27d6829a84f488b7253ea693dcc429076c33914" MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" -- 2.47.1