The normalized outcome of a native smart-HTTP fetch.
Summary
Types
@type t() :: %Gitility.Fetch.Result{ pack_received: boolean(), pruned_refs: [String.t()], rejected_refs: [rejected_ref()], remote_ref_count: non_neg_integer(), updated_refs: [updated_ref()] }