Eagerly populate child entries when copying a directory via RPC

This commit is contained in:
Antonio Scandurra 2022-05-30 18:01:46 +02:00
parent 51adc6517e
commit 88fdd8606a
4 changed files with 98 additions and 36 deletions

View file

@ -224,7 +224,8 @@ message DeleteProjectEntry {
message ProjectEntryResponse {
Entry entry = 1;
uint64 worktree_scan_id = 2;
repeated Entry child_entries = 2;
uint64 worktree_scan_id = 3;
}
message AddProjectCollaborator {