commitlint_read library

Read commit messages This is used by commitlint_cli

Functions

read({String? from, String? to, String? edit, String? workingDirectory, Iterable<String>? gitLogArgs}) Future<Iterable<String>>
Read commit messages in given range(from, to), or in edit file. Return commit messages list.