Skip to content

Commit

Permalink
[Code] implement filtree api by using isogit
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedragon committed Jul 22, 2019
1 parent 81153c2 commit 888d3ef
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 175 deletions.
1 change: 1 addition & 0 deletions x-pack/legacy/plugins/code/model/commit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export interface CommitInfo {
author: string;
id: string;
parents: string[];
treeId: string;
}

export interface ReferenceInfo {
Expand Down
Loading

0 comments on commit 888d3ef

Please sign in to comment.