diff options
Diffstat (limited to 'syz-cluster/pkg/triage/commit.go')
| -rw-r--r-- | syz-cluster/pkg/triage/commit.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/syz-cluster/pkg/triage/commit.go b/syz-cluster/pkg/triage/commit.go index 81c7f6150..53229e32c 100644 --- a/syz-cluster/pkg/triage/commit.go +++ b/syz-cluster/pkg/triage/commit.go @@ -12,8 +12,7 @@ import ( ) // TODO: Some further improvements: -// 1. Consider the blob hashes incorporated into the git diff. These may restrict the set of base commits. -// 2. Add support for experimental sessions: these may be way behind the current HEAD. +// 1. Add support for experimental sessions: these may be way behind the current HEAD. type TreeOps interface { HeadCommit(tree *api.Tree) (*vcs.Commit, error) |
