Skip to content

git: Pass ResolveRevisionOptions as value

Administrator requested to merge resolverevisionoption-value into master

Created by: ryanslade

By passing as a value instead of a pointer we avoid nil references and keep values on the stack.

Merge request reports

Loading