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 2bf2fc509..288e9d2c8 100644 --- a/src/clone.c +++ b/src/clone.c @@ -38,7 +38,7 @@ static int create_branch( return error; /* Create the new branch */ - error = git_branch_create(&branch_ref, repo, name, head_obj, 0); + error = git_branch_create(&branch_ref, repo, name, head_obj, 0, NULL, NULL); git_commit_free(head_obj); |