Removed scan ID from repository interfaces
co-authored-by: Max <max@zed.dev>
This commit is contained in:
parent
270147d20c
commit
d8dac07408
5 changed files with 172 additions and 175 deletions
|
@ -982,9 +982,8 @@ message Entry {
|
|||
}
|
||||
|
||||
message RepositoryEntry {
|
||||
uint64 scan_id = 1;
|
||||
uint64 work_directory_id = 2;
|
||||
optional string branch = 3;
|
||||
uint64 work_directory_id = 1;
|
||||
optional string branch = 2;
|
||||
}
|
||||
|
||||
message BufferState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue