From 75e6b4728352561b3934e99320cfe108854e6529 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Thu, 19 Jan 2023 10:35:34 +0100 Subject: [PATCH] Update libgit to 2.37.5 Signed-off-by: Sven Strickroth --- ext/build/libgit.vcxproj | 2 ++ ext/build/libgit.vcxproj.filters | 6 ++++++ ext/tgit | 2 +- src/Changelog.txt | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ext/build/libgit.vcxproj b/ext/build/libgit.vcxproj index 578b61f44..e3d050c4e 100644 --- a/ext/build/libgit.vcxproj +++ b/ext/build/libgit.vcxproj @@ -65,6 +65,7 @@ + @@ -337,6 +338,7 @@ + diff --git a/ext/build/libgit.vcxproj.filters b/ext/build/libgit.vcxproj.filters index 2cb601a23..a1cf12e45 100644 --- a/ext/build/libgit.vcxproj.filters +++ b/ext/build/libgit.vcxproj.filters @@ -830,6 +830,9 @@ git + + compat\win32 + @@ -1406,5 +1409,8 @@ Header Files + + compat\win32 + \ No newline at end of file diff --git a/ext/tgit b/ext/tgit index f1e32ccf2..46094a424 160000 --- a/ext/tgit +++ b/ext/tgit @@ -1 +1 @@ -Subproject commit f1e32ccf2092164e4e5b752d7ba6f536ac77ebfa +Subproject commit 46094a424a4e952ace70cb1ea761881d44acc152 diff --git a/src/Changelog.txt b/src/Changelog.txt index 71c35a4f3..05b0b87c1 100644 --- a/src/Changelog.txt +++ b/src/Changelog.txt @@ -5,7 +5,7 @@ Released: unreleased * Fixed issue #3860: Highlight keywords, such as error, fatal and warning in output of git commands * Update Scintilla to 5.3.2 and Lexilla to 5.2.1 * Allow to see diff to previous commit on commit dialog for merge commits - * Update libgit to 2.37.2 based on Git for Windows sources + * Update libgit to 2.37.5 based on Git for Windows sources * Update libgit2 to 1.5.0 * Update OGDF to version 2022.02 * Fixed issue #3873: Submodule Add Dialog does not automatically grab the Git Clone link from the clipboard -- 2.11.4.GIT