From 241282dd630cc915dea65e6db01cce5d2509ca99 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Tue, 22 May 2012 19:43:11 +0200 Subject: [PATCH] Fixed issue #1195: Problems with tags containing non-ascii chars 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 b20cf72ee..d124f2d13 160000 --- a/ext/tgit +++ b/ext/tgit @@ -1 +1 @@ -Subproject commit b20cf72ee28cbfa05945e144dfe7b1cf8766c266 +Subproject commit d124f2d13fae0f2f14f4ab063dd7d673f5cb45dc diff --git a/src/Changelog.txt b/src/Changelog.txt index 07189b6af..2302c53ed 100644 --- a/src/Changelog.txt +++ b/src/Changelog.txt @@ -14,6 +14,7 @@ Released: unreleased * Fixed issue #1184: diff of "Working dir changes" uses incorrect line endings (AutoCrLf=true) * Fixed issue #1193: Not properly handling submodule meta information (.git-file contains relative path) * Fixed issue #1167: TGitCache.exe crashes under Win7/64bit + * Fixed issue #1195: Problems with tags containing non-ascii chars = Release 1.7.9.0 = Released: 2012-05-05 -- 2.11.4.GIT