Checks.Makemodule _ : Checks_intf.Storemodule Stat : sig ... endReads basic metrics from an existing store and prints them to stdout.
module Reconstruct_index :
Checks_intf.Subcommand
with type run :=
root:string ->
output:string option ->
?index_log_size:int ->
unit ->
unitRebuilds an index for an existing pack file
module Integrity_check : sig ... endChecks the integrity of a store
module Integrity_check_index : sig ... endChecks the integrity of the index in a store
module Integrity_check_inodes : sig ... endChecks the integrity of inodes in a store
module Stats_commit : sig ... endTraverses a commit to get stats on its underlying tree.
val cli :
?terms:(unit Cmdliner.Term.t * Cmdliner.Term.info) list ->
unit ->
Checks_intf.emptyRun a Cmdliner binary containing tools for running offline checks. terms defaults to the set of checks in this module.