mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-12 13:33:04 +00:00
Merge pull request #4048 from jacquesg/rebase-error-check
rebase: check the result code of rebase_init_merge
This commit is contained in:
commit
238b8ccd1a
@ -731,7 +731,7 @@ int git_rebase_init(
|
||||
if (inmemory)
|
||||
error = rebase_init_inmemory(rebase, repo, branch, upstream, onto);
|
||||
else
|
||||
rebase_init_merge(rebase, repo, branch ,upstream, onto);
|
||||
error = rebase_init_merge(rebase, repo, branch ,upstream, onto);
|
||||
|
||||
if (error == 0)
|
||||
*out = rebase;
|
||||
|
Loading…
Reference in New Issue
Block a user