From b0a5af392376b409660fb864598e89a18b0db6f0 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 8 Jan 2022 20:44:29 +0100 Subject: [PATCH] Fixed issue #3833: LogDlg: Access violation in gitdll when multi-pack-index exists Signed-off-by: Sven Strickroth --- ext/tgit | 2 +- src/Changelog.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/tgit b/ext/tgit index 3fed3621c..b380a1bbb 160000 --- a/ext/tgit +++ b/ext/tgit @@ -1 +1 @@ -Subproject commit 3fed3621c000b7eae7aabb8db7a961c8087dc4bd +Subproject commit b380a1bbb9bfd2be313b88d5ff74d2d2248aaea8 diff --git a/src/Changelog.txt b/src/Changelog.txt index f445de054..530fbc209 100644 --- a/src/Changelog.txt +++ b/src/Changelog.txt @@ -59,6 +59,7 @@ Released: unreleased * Fixed issue #3826: Help links to TortoiseGit site don't open in a sensible browser * Fixed issue #3770: TortoiseGitMerge can't apply NonANSI (e.g., UTF-8) patch * Fixed issue #3708: Log window becomes unresponsive when selecting commit with large file list + * Fixed issue #3833: LogDlg: Access violation in gitdll when multi-pack-index exists = Release 2.12.0 = Released: 2021-03-31 -- 2.11.4.GIT