From 7d61f69fdb85c0f04b3e7f0c898d5ede32940212 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Strau=C3=9F?= Date: Thu, 21 Nov 2013 17:01:06 +0100 Subject: [PATCH] Hide graph column if only the blamed revisions are listed in the log MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Strauß Signed-off-by: Sven Strickroth --- src/TortoiseGitBlame/OutputWnd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TortoiseGitBlame/OutputWnd.cpp b/src/TortoiseGitBlame/OutputWnd.cpp index 203348cbe..ee702b22d 100644 --- a/src/TortoiseGitBlame/OutputWnd.cpp +++ b/src/TortoiseGitBlame/OutputWnd.cpp @@ -134,6 +134,7 @@ int COutputWnd::LoadHistory(CString filename, CString revision, bool follow) int COutputWnd::LoadHistory(std::set& hashes) { m_LogList.Clear(); + m_LogList.ShowGraphColumn(false); if (m_LogList.FillGitLog(hashes)) return -1; m_LogList.UpdateProjectProperties(); -- 2.11.4.GIT