Fetch and process commits

This commit is contained in:
Joscha 2023-10-23 20:04:35 +02:00
parent e1261aea96
commit 603e716638
6 changed files with 301 additions and 22 deletions

View file

@ -14,8 +14,8 @@ export type CommitsResponse = {
hashByHash: string[];
authorByHash: string[];
committerDateByHash: number[];
messageByHash: string[];
parentsByHash: number[][];
summaryByHash: string[];
childParentIndexPairs: [number, number][];
};
/**