OSDN Git Service

initial TGitCache support added
[tortoisegit/TortoiseGitJp.git] / src / TortoiseShell / ShellExt.cpp
index 7b89c23..60537b3 100644 (file)
@@ -282,7 +282,7 @@ UINT __stdcall CShellExt::CopyCallback(HWND /*hWnd*/, UINT wFunc, UINT /*wFlags*
        if (wFunc == FO_COPY)\r
                return IDYES;   // copying is not a problem for us\r
 \r
-//     m_remoteCacheLink.ReleaseLockForPath(CTSVNPath(pszSrcFile));\r
+       m_remoteCacheLink.ReleaseLockForPath(CTGitPath(pszSrcFile));\r
        // we could now wait a little bit to give the cache time to release the handles.\r
        // but the explorer/shell already retries any action for about two seconds\r
        // if it first fails. So if the cache hasn't released the handle yet, the explorer\r