readCommit method

  1. @override
Future<GitCommitResult> readCommit(
  1. GitHash hash
)
override

Implementation

@override
Future<GitCommitResult> readCommit(GitHash hash) async =>
    await GitCommitResult.catchAll(() => _.readCommit(hash));