Vcs.Num_lines_in_diffNumber of lines involved in a change.
Git returns this as a pair of positive integers, which are the number of insertions and number of deletions. Both are a positive or null integer counting a number of lines.
val to_dyn : t -> Volgo_stdlib.Dyn.tval sexp_of_t : t -> Volgo_stdlib.Sexp.tval zero : tval is_zero : t -> boolval to_string_hum : t -> stringReturns a short string suitable for human consumption. Some examples: ["0"; "+100"; "-15"; "+1,999, -13,898"].
val total : t -> intThe addition of the insertions and deletions.