pub type RefStore = Store;Expand description
The standard type for a store to handle git references.
Aliased Type§
struct RefStore {
pub write_reflog: WriteReflog,
pub namespace: Option<Namespace>,
/* private fields */
}Fields§
§write_reflog: WriteReflogThe way to handle reflog edits
namespace: Option<Namespace>The namespace to use for edits and reads