From 7d8df895f0794d218ee7c7e51861fa6f6b5174fc Mon Sep 17 00:00:00 2001 From: Sup Yut Sum Date: Thu, 14 Mar 2013 20:39:55 +0800 Subject: [PATCH] Fix typo that prevented from using libgit2 to fetch Signed-off-by: Sup Yut Sum --- src/TortoiseProc/GitProgressList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseProc/GitProgressList.cpp b/src/TortoiseProc/GitProgressList.cpp index 61305a3dc..cd8427082 100644 --- a/src/TortoiseProc/GitProgressList.cpp +++ b/src/TortoiseProc/GitProgressList.cpp @@ -2135,7 +2135,7 @@ bool CGitProgressList::CmdSendMail(CString& sWindowTitle, bool& /*localoperation bool CGitProgressList::CmdFetch(CString& sWindowTitle, bool& /*localoperation*/) { - if (!g_Git.UsingLibGit2(CGit::GIT_CMD_CLONE)) + if (!g_Git.UsingLibGit2(CGit::GIT_CMD_FETCH)) { // should never run to here ASSERT(0); -- 2.11.4.GIT