Fetch and process commits
This commit is contained in:
parent
e1261aea96
commit
603e716638
6 changed files with 301 additions and 22 deletions
|
|
@ -14,8 +14,8 @@ export type CommitsResponse = {
|
|||
hashByHash: string[];
|
||||
authorByHash: string[];
|
||||
committerDateByHash: number[];
|
||||
messageByHash: string[];
|
||||
parentsByHash: number[][];
|
||||
summaryByHash: string[];
|
||||
childParentIndexPairs: [number, number][];
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue