From 49653665d11cbb5d14d5ad19c327798c98b0cfd1 Mon Sep 17 00:00:00 2001 From: Jiri Pospisil Date: Wed, 2 Apr 2014 18:21:41 +0200 Subject: [PATCH] checkout: Fix submodule_is_config_only's return value --- src/checkout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkout.c b/src/checkout.c index 468c8dc6e..141fc1331 100644 --- a/src/checkout.c +++ b/src/checkout.c @@ -339,7 +339,7 @@ static bool submodule_is_config_only( git_submodule_free(sm); - return false; + return rval; } static int checkout_action_with_wd(