Update protos
This commit is contained in:
parent
00b345fdfe
commit
2b80dfa81d
3 changed files with 20 additions and 19 deletions
|
@ -986,12 +986,12 @@ message Entry {
|
|||
message RepositoryEntry {
|
||||
uint64 work_directory_id = 1;
|
||||
optional string branch = 2;
|
||||
repeated uint64 removed_statuses = 3;
|
||||
repeated StatusEntry updated_statuses = 4;
|
||||
repeated string removed_worktree_repo_paths = 3;
|
||||
repeated StatusEntry updated_worktree_statuses = 4;
|
||||
}
|
||||
|
||||
message StatusEntry {
|
||||
uint64 entry_id = 1;
|
||||
string repo_path = 1;
|
||||
GitStatus status = 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue