From 010cec3ac26ab8445cc8401fb312f60168916bda Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Tue, 4 Feb 2014 20:50:40 -0800 Subject: Add reflog params to git_repository_detach_head --- tests/stash/save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/stash/save.c') diff --git a/tests/stash/save.c b/tests/stash/save.c index 293a89a97..b5a793eef 100644 --- a/tests/stash/save.c +++ b/tests/stash/save.c @@ -196,7 +196,7 @@ void test_stash_save__cannot_stash_against_a_bare_repository(void) void test_stash_save__can_stash_against_a_detached_head(void) { - git_repository_detach_head(repo); + git_repository_detach_head(repo, NULL, NULL); cl_git_pass(git_stash_save(&stash_tip_oid, repo, signature, NULL, GIT_STASH_DEFAULT)); -- cgit v1.2.1