Skip to content
Collectioner edited this page Nov 13, 2018 · 1 revision

General

GitParserLog can parse output of git log. It takes log output path as input and returns collection of commits. Every commit contains a short hash, a full hash and a commit message. Parser will join all the rows of the original message into one row.

Clone this wiki locally