diff options
Diffstat (limited to 'src/clone.c')
-rw-r--r-- | src/clone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clone.c b/src/clone.c index 0039b146d..b84cd8dc9 100644 --- a/src/clone.c +++ b/src/clone.c @@ -333,7 +333,7 @@ static int clone_internal( } if (!retcode && should_checkout(repo, is_bare, checkout_opts)) - retcode = git_checkout_head(*out, checkout_opts, checkout_stats); + retcode = git_checkout_head(*out, checkout_opts); return retcode; } |