X-Git-Url: http://git.sourceforge.jp/view?p=tortoisegit%2FTortoiseGitJp.git;a=blobdiff_plain;f=src%2FTortoiseProc%2FCommands%2FSVNRebaseCommand.cpp;h=09ee76390b6722561e5f286efdf51731cabf82a6;hp=0dcfc0514919f3832ef21b2e5342c61056419788;hb=c55a915170765badc77357b6e3a61b0db5c51f9e;hpb=4aa95fab99e8eb33a5c5f3f6afb30c8956cbb23e diff --git a/src/TortoiseProc/Commands/SVNRebaseCommand.cpp b/src/TortoiseProc/Commands/SVNRebaseCommand.cpp index 0dcfc05..09ee763 100644 --- a/src/TortoiseProc/Commands/SVNRebaseCommand.cpp +++ b/src/TortoiseProc/Commands/SVNRebaseCommand.cpp @@ -51,7 +51,7 @@ bool SVNRebaseCommand::Execute() CRebaseDlg dlg; - dlg.m_PreCmd=_T("git.exe fetch"); + dlg.m_PreCmd=_T("git.exe svn fetch"); dlg.m_Upstream=_T("remotes/trunk"); if(dlg.DoModal() == IDOK)