mirror of
https://github.com/git/git.git
synced 2026-01-21 16:06:04 +00:00
Merge branch 'js/merge-base' into next
* js/merge-base: rev-list: free commit_list in ... handler
This commit is contained in:
@@ -817,6 +817,7 @@ int setup_revisions(int argc, const char **argv, struct rev_info *revs, const ch
|
||||
exclude = get_merge_bases(a, b, 1);
|
||||
add_pending_commit_list(revs, exclude,
|
||||
flags_exclude);
|
||||
free_commit_list(exclude);
|
||||
a->object.flags |= flags;
|
||||
} else
|
||||
a->object.flags |= flags_exclude;
|
||||
|
||||
Reference in New Issue
Block a user