We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cb5c5 commit 1901b95Copy full SHA for 1901b95
src/TortoiseProc/GitLogListBase.cpp
@@ -77,6 +77,7 @@ CGitLogListBase::CGitLogListBase():CHintListCtrl()
77
, m_bFullCommitMessageOnLogLine(false)
78
, m_OldTopIndex(-1)
79
, m_AsyncThreadRunning(FALSE)
80
+ , m_AsyncThreadExit(FALSE)
81
{
82
// use the default GUI font, create a copy of it and
83
// change the copy to BOLD (leave the rest of the font
0 commit comments