From da425587cf4787e8961ba9740075fe06309de5d4 Mon Sep 17 00:00:00 2001 From: Johan t Hart Date: Sat, 7 Feb 2009 13:47:52 +0100 Subject: [PATCH] Set original method of retrieving full log as default --- src/TortoiseProc/GitLogListBase.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TortoiseProc/GitLogListBase.cpp b/src/TortoiseProc/GitLogListBase.cpp index 89d732e72..e36c23a51 100644 --- a/src/TortoiseProc/GitLogListBase.cpp +++ b/src/TortoiseProc/GitLogListBase.cpp @@ -1647,8 +1647,8 @@ UINT CGitLogListBase::LogThread() InterlockedExchange(&m_bNoDispUpdates, FALSE); - FetchFullLogInfo(); - //FetchFullLogInfoOrig(); + //FetchFullLogInfo(); + FetchFullLogInfoOrig(); //RefreshCursor(); // make sure the filter is applied (if any) now, after we refreshed/fetched // the log messages -- 2.11.4.GIT