Module Vcs_git_provider.Log

A provider implementation for Vcs.Trait.Log.

module Make (Runtime : Runtime.S) : sig ... end

Git output parsing

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'".