mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 22:25:04 +00:00
stash: const up conflict params
This commit is contained in:
parent
2cf33fee89
commit
0175971e91
@ -96,7 +96,7 @@ void test_stash_apply__with_existing_file(void)
|
||||
|
||||
void test_stash_apply__merges_new_file(void)
|
||||
{
|
||||
git_index_entry *ancestor, *our, *their;
|
||||
const git_index_entry *ancestor, *our, *their;
|
||||
|
||||
cl_git_mkfile("stash/where", "committed before stash\n");
|
||||
cl_git_pass(git_index_add_bypath(repo_index, "where"));
|
||||
|
Loading…
Reference in New Issue
Block a user