From 10b74b7cd5332ace586917c3fb94281bb70d4563 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Fri, 25 Mar 2016 18:11:23 +0100 Subject: [PATCH] Revert commit acc4e754731fdab82753edf9fd3776886443b840 as it caused major regressions This commit got lost somehow in commit 3b5f41654cae6f1b64fb206307b148594f83d588. Signed-off-by: Sven Strickroth (cherry picked from commit 18b86d92cf94bfc275ab2994cd52342290cf7ea2) --- src/TortoiseProc/Commands/ShowCompareCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseProc/Commands/ShowCompareCommand.cpp b/src/TortoiseProc/Commands/ShowCompareCommand.cpp index 95e99a07b..dff4af1f8 100644 --- a/src/TortoiseProc/Commands/ShowCompareCommand.cpp +++ b/src/TortoiseProc/Commands/ShowCompareCommand.cpp @@ -36,5 +36,5 @@ bool ShowCompareCommand::Execute() if (unified) return !!CAppUtils::StartShowUnifiedDiff(nullptr, CTGitPath(), rev1, CTGitPath(), rev2); else - return !!CGitDiff::DiffCommit(cmdLinePath, rev1, rev2); + return !!CGitDiff::DiffCommit(cmdLinePath, rev2, rev1); } -- 2.11.4.GIT