Module Volgo_git_backend.LogSource

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

Git output parsing

This is exposed for tests and low-level usage.

Sourceval parse_log_line_exn : line:string -> Volgo.Vcs.Log.Line.t

Parsing the output of each line of "git log --pretty=format:'%H %P'".