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

Skip to content

Commit 0175971

Browse files
committed
stash: const up conflict params
1 parent 2cf33fe commit 0175971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/stash/apply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void test_stash_apply__with_existing_file(void)
9696

9797
void test_stash_apply__merges_new_file(void)
9898
{
99-
git_index_entry *ancestor, *our, *their;
99+
const git_index_entry *ancestor, *our, *their;
100100

101101
cl_git_mkfile("stash/where", "committed before stash\n");
102102
cl_git_pass(git_index_add_bypath(repo_index, "where"));

0 commit comments

Comments
 (0)