From dd2ec200995db1a3f7e6222c4bcc843eb219fb1a Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 20 May 2012 01:51:30 +0200 Subject: [PATCH] Fixed issue #1184: diff of "Working dir changes" uses incorrect line endings (AutoCrLf=true) libgit/gitdll did not use msysGit etc-systemwide config 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 b7916b1ef..b20cf72ee 160000 --- a/ext/tgit +++ b/ext/tgit @@ -1 +1 @@ -Subproject commit b7916b1ef12c153b62bd949a08daaa29a5b75f35 +Subproject commit b20cf72ee28cbfa05945e144dfe7b1cf8766c266 diff --git a/src/Changelog.txt b/src/Changelog.txt index bbb25f683..ba49ae0ae 100644 --- a/src/Changelog.txt +++ b/src/Changelog.txt @@ -11,6 +11,7 @@ Released: unreleased == Bug Fix == * Fixed issue #1162: Sync dialog should use same font as progress dialog (use log font for both) * Fixed issue #1174: Clone Dialog incorrectly extracts name from URL that contains ".git" in the middle + * Fixed issue #1184: diff of "Working dir changes" uses incorrect line endings (AutoCrLf=true) = Release 1.7.9.0 = Released: 2012-05-05 -- 2.11.4.GIT