Cache calls to Repository#merge_to_ref
It stands to reason that for a given target/source sha combination, subsequent calls should result in the same result.. so why call it more than once for a given combination (especially since this can be a slow, weighty call to make to Gitaly?)
Showing
Please register or sign in to comment