X-Git-Url: http://git.sourceforge.jp/view?p=tortoisegit%2FTortoiseGitJp.git;a=blobdiff_plain;f=src%2FGit%2FGit.cpp;h=0d00b9ae9178978e3172e740c84fb7acc3dfa899;hp=ae4c4ef8027d82900f30847dbb0014b4ec6d4ea5;hb=379fe92733f41f0578350f623b7eddffec8a6425;hpb=56ee3a9edf412119044df6351b44aa35a16bc4f7 diff --git a/src/Git/Git.cpp b/src/Git/Git.cpp index ae4c4ef..0d00b9a 100644 --- a/src/Git/Git.cpp +++ b/src/Git/Git.cpp @@ -1165,7 +1165,7 @@ int CGit::Revert(CTGitPath &path,bool keep) } else if(path.m_Action & CTGitPath::LOGACTIONS_REPLACED ) { - cmd.Format(_T("git.exe mv \"%s\" \"%s\""),path.GetGitPathString(),path.GetGitOldPathString()); + cmd.Format(_T("git.exe mv -- \"%s\" \"%s\""),path.GetGitPathString(),path.GetGitOldPathString()); if(g_Git.Run(cmd,&out,CP_ACP)) return -1;