Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a29c6e

Browse files
committed
fixup! commit: provide functions with and without a reference name
1 parent 50e11d0 commit 8a29c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/revwalk/basic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ void test_revwalk_basic__big_timestamp(void)
456456
cl_git_pass(git_signature_new(&sig, "Joe", "[email protected]", 2399662595, 0));
457457
cl_git_pass(git_commit_tree(&tree, tip));
458458

459-
cl_git_pass(git_commit_create(&id, _repo, "HEAD", sig, sig, NULL, "some message", tree, 1,
459+
cl_git_pass(git_commit_create_on(&id, _repo, "HEAD", sig, sig, NULL, "some message", tree, 1,
460460
(const git_commit **)&tip));
461461

462462
cl_git_pass(git_revwalk_push_head(_walk));

0 commit comments

Comments
 (0)