Vcs_git_provider.Log
A provider implementation for Vcs.Trait.Log.
Vcs.Trait.Log
module Make (Runtime : Runtime.S) : sig ... end
This is exposed for tests and low-level usage.
val parse_log_line_exn : line:string -> Vcs.Log.Line.t
Parsing the output of each line of "git log --pretty=format:'%H %P'".
"git log --pretty=format:'%H %P'"