]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
repo: upgrade 2.45 -> 2.46
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 10 Jul 2024 09:43:52 +0000 (17:43 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Jul 2024 10:07:38 +0000 (11:07 +0100)
Changelog:
==========
- project: ignore more curl failure modes
- logging: Fix log formatting with colored output
- upload: add a --topic option for setting topic explicitly
- sync: Abort rebase in progress if force-checkout is set
- ssh: Set git protocol version 2 on SSH ControlMaster
- upload: drop check for uncommitted local changes
- git: raise hard version to 1.9.1
- release: update-hooks: helper for automatically syncing hooks
- gitc: delete a few more dead references
- man: regenerate man pages
- Remove platform_utils.realpath
- Fix drive mounted directory on Windows
- git_command: unify soft/hard versions with requirements.json

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/repo/repo_2.46.bb [moved from meta/recipes-devtools/repo/repo_2.45.bb with 94% similarity]

similarity index 94%
rename from meta/recipes-devtools/repo/repo_2.45.bb
rename to meta/recipes-devtools/repo/repo_2.46.bb
index dd12373e3ad7051c979a3456545577a336a51007..147b09ce8522bce9cb2414c10971bbc621b2827f 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \
            "
-SRCREV = "73356f1d5ccbebf5a33e5e9aa1ba06c5f5437fed"
+SRCREV = "0444ddf78e3026056ee3786119e595909c039ff2"
 
 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"