From 484d838fe09552f2745f5ebe31d8a79bedf60f7b Mon Sep 17 00:00:00 2001 From: Frank Li Date: Sat, 21 Mar 2009 16:23:16 +0800 Subject: [PATCH] Clone Support Git and SSH. Show progress during clone. --- src/TortoiseProc/Commands/CloneCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseProc/Commands/CloneCommand.cpp b/src/TortoiseProc/Commands/CloneCommand.cpp index eb3cb0c4e..9111e6e22 100644 --- a/src/TortoiseProc/Commands/CloneCommand.cpp +++ b/src/TortoiseProc/Commands/CloneCommand.cpp @@ -43,7 +43,7 @@ bool CloneCommand::Execute() url.Replace( _T('\\'), _T('/')); } CString cmd; - cmd.Format(_T("git.exe clone \"%s\" \"%s\""), + cmd.Format(_T("git.exe clone -v \"%s\" \"%s\""), url, dir); CProgressDlg progress; -- 2.11.4.GIT