Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions proto/tango.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ message OutputConfig {
bool include_attributes = 2;
// Indicates if hashes should be computed for each target and included in the response
bool include_hashes = 3;
// Indicates if only root targets (i.e. targets that are not depended on by any other targets) should be included in the response
bool roots_only = 4;
Comment thread
sbalabanov marked this conversation as resolved.
// Maximum BFS distance from a distance-0 seed to include in the response.
// Semantics match ChangedTarget.distance: -1 = no filtering (default behavior),
// 0 = only seeds, 1 = seeds and their immediate reverse deps, etc.
Expand Down
Loading
Loading