New Features
Support custom git extensions by @ethomson in #6031
Introduce git_email_create; deprecate git_diff_format_email by @ethomson in 
#6061
Deprecated APIs
git_oidarray_free is deprecated; callers should use git_oidarray_dispose
Bug fixes
remote: Mark git_remote_name_is_valid as GIT_EXTERN by @lhchavez in #6032
Fix config parsing for multiline with multiple quoted comment chars by 
@basile-henry in #6043
indexer: Avoid one mmap(2)/munmap(2) pair per git_indexer_append call by 
@lhchavez in #6039
merge: Check file mode when resolving renames by @ccstolley in #6060
Allow proxy options when connecting with a detached remote. by @lrm29 in #6058
win32: allow empty environment variables by @ethomson in #6063
Fixes for deprecated APIs by @ethomson in #6066
filter: use a git_oid in filter options, not a pointer by @ethomson in #6067
diff: update GIT_DIFF_IGNORE_BLANK_LINES by @ethomson in #6068
Attribute lookups are always on relative paths by @ethomson in #6073
Handle long paths when querying attributes by @ethomson in #6075
Code cleanups
notes: use a buffer internally by @ethomson in #6047
Fix coding style for pointer by @punkymaniac in #6045
Use typeof GNUC keyword for ISO C compatibility by @duncanthomson in #6041
Discover libssh2 without pkg-config by @stac47 in #6053
Longpath filter bug by @lrm29 in #6055
Add test to ensure empty proxy env behaves like unset env by @sathieu in #6052
Stdint header condition has been reverted. by @lolgear in #6020
buf: common_prefix takes a string array by @ethomson in #6077
oidarray: introduce git_oidarray_dispose by @ethomson in #6076
examples: Free the git_config and git_config_entry after use by @257 in #6071
CI Improvements
ci: pull libssh2 from www.libssh2.org by @ethomson in #6064
Documentation changes
Update README.md by @shijinglu in #6050
New Contributors
@basile-henry made their first contribution in #6043
@duncanthomson made their first contribution in #6041
@stac47 made their first contribution in #6053
@shijinglu made their first contribution in #6050
@ccstolley made their first contribution in #6060
@sathieu made their first contribution in #6052
@257 made their first contribution in #6071

Signed-off-by: Wang Mingyu <wan...@fujitsu.com>
---
 .../libgit2/{libgit2_1.2.0.bb => libgit2_1.3.0.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libgit2/{libgit2_1.2.0.bb => libgit2_1.3.0.bb} 
(80%)

diff --git a/meta/recipes-support/libgit2/libgit2_1.2.0.bb 
b/meta/recipes-support/libgit2/libgit2_1.3.0.bb
similarity index 80%
rename from meta/recipes-support/libgit2/libgit2_1.2.0.bb
rename to meta/recipes-support/libgit2/libgit2_1.3.0.bb
index 6df42e473f..580fa41c21 100644
--- a/meta/recipes-support/libgit2/libgit2_1.2.0.bb
+++ b/meta/recipes-support/libgit2/libgit2_1.3.0.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=73fa96e40ce64f79bab087c7e1deeacd"
 
 DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2"
 
-SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main"
-SRCREV = "4fd32be01c79a5c003bb47674ac1d76d948518b7"
+SRC_URI = "git://github.com/libgit2/libgit2.git;nobranch=1"
+SRCREV = "b7bad55e4bb0a285b073ba5e02b01d3f522fc95d"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#157098): 
https://lists.openembedded.org/g/openembedded-core/message/157098
Mute This Topic: https://lists.openembedded.org/mt/86430118/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to