Skip to content

Commit

Permalink
[Code] implement filtree api by using isogit (#41558) (#41735)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yulong authored Jul 23, 2019
1 parent 5f2e3e8 commit 245b82c
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 245b82c

Please sign in to comment.