git: Pass ResolveRevisionOptions as value
Created by: ryanslade
By passing as a value instead of a pointer we avoid nil references and keep values on the stack.
Created by: ryanslade
By passing as a value instead of a pointer we avoid nil references and keep values on the stack.