X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=src%2FTortoiseProc%2FCommands%2FPullCommand.cpp;fp=src%2FTortoiseProc%2FCommands%2FPullCommand.cpp;h=a915c4c3799dc8d7f61c96c600142f54dafee557;hb=a8fe65dd237d2494ec1b74013435ba0d03542dbd;hp=5419e0d84cfd8fe0a4874c5606c2b999ce14df82;hpb=624f723d0dd0a780f4e063c101b83dcf85c8c50b;p=tortoisegit%2FTortoiseGitJp.git diff --git a/src/TortoiseProc/Commands/PullCommand.cpp b/src/TortoiseProc/Commands/PullCommand.cpp index 5419e0d..a915c4c 100644 --- a/src/TortoiseProc/Commands/PullCommand.cpp +++ b/src/TortoiseProc/Commands/PullCommand.cpp @@ -47,7 +47,7 @@ bool PullCommand::Execute() CString cmdRebase; if(dlg.m_bRebase) cmdRebase = "--rebase "; - cmd.Format(_T("git.exe pull %s\"%s\" %s"),cmdRebase, url, dlg.m_RemoteBranchName); + cmd.Format(_T("git.exe pull -v %s\"%s\" %s"),cmdRebase, url, dlg.m_RemoteBranchName); CProgressDlg progress; progress.m_GitCmd = cmd; progress.m_bAutoCloseOnSuccess = true;