Revert "Revert "Fix #88294 Add commitData in commit interface""

This reverts commit aa70f38ab2.
This commit is contained in:
Joao Moreno
2020-02-18 12:56:07 +01:00
parent 70b5e936cd
commit fe884b305e
2 changed files with 13 additions and 9 deletions

View File

@@ -44,6 +44,7 @@ export interface Commit {
readonly authorDate?: Date;
readonly authorName?: string;
readonly authorEmail?: string;
readonly commitDate?: Date;
}
export interface Submodule {