Rename collaborator_logins to authorized_logins

Again, this is about reserving the concept of a "collaborator" for actual collaborators on a worktree.

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
Nathan Sobo 2021-11-26 11:08:34 -07:00
parent cd2c3c3606
commit c8ad5b68e0
4 changed files with 33 additions and 30 deletions

View file

@ -55,7 +55,7 @@ message Error {
message OpenWorktree {
string root_name = 1;
repeated string collaborator_logins = 2;
repeated string authorized_logins = 2;
}
message OpenWorktreeResponse {