From ba18694b2792115e818ba765d0072f0956a52629 Mon Sep 17 00:00:00 2001 From: Sup Yut Sum Date: Fri, 2 Nov 2012 22:21:47 +0800 Subject: [PATCH] Fix previous commit 'c46f69a03c4ba710826462a5b2a24bb2ca678dbc' Signed-off-by: Sup Yut Sum --- src/TortoiseShell/GITPropertyPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseShell/GITPropertyPage.cpp b/src/TortoiseShell/GITPropertyPage.cpp index 178ed4f5a..fd6f68c5c 100644 --- a/src/TortoiseShell/GITPropertyPage.cpp +++ b/src/TortoiseShell/GITPropertyPage.cpp @@ -326,7 +326,7 @@ static int TreewalkCB_FindFileRecentCommit(const char *root, const git_tree_entr return -1; } - return 0; + return 1; } return 1; -- 2.11.4.GIT