OSDN Git Service

Reflog dialog basic work
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / LogDataVector.cpp
index 9955dc7..851dcbe 100644 (file)
@@ -159,6 +159,7 @@ int CLogDataVector::ParserFromRefLog(CString ref)
                                rev.m_Subject=one.Right(one.GetLength()-message-1);
                        }
                }
+               this->push_back(rev);
        }
        return 0;
 }