commits property

Future<List<Commit>> commits

All commits in history of GitVersionerConfig.rev

Implementation

Future<List<Commit>> get commits => gitClient.revList(config.rev);