X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=src%2FTortoiseProc%2FGitLogCache.cpp;h=a167e0ac1587a28580c4d2616d9928bffc42f533;hb=c8b495c5e1d9a8a42fb3054d9cdf27ca7d7e779f;hp=82caa0c173884d714236a4a53d9981a3ab589177;hpb=01ed9d0cab6b52fb9922679acd9969e7fffeeb8f;p=tortoisegit%2FTortoiseGitJp.git diff --git a/src/TortoiseProc/GitLogCache.cpp b/src/TortoiseProc/GitLogCache.cpp index 82caa0c..a167e0a 100644 --- a/src/TortoiseProc/GitLogCache.cpp +++ b/src/TortoiseProc/GitLogCache.cpp @@ -129,6 +129,7 @@ int CLogCache::SaveOneItem(GitRev &Rev,ULONGLONG offset) ar<CheckHeader(header) ) return -1; ar>>file; - path.SetFromGit(file); + ar>>oldfile; + path.SetFromGit(file,&oldfile); ar>>path.m_Action; ar>>path.m_Stage;