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:
parent
cd2c3c3606
commit
c8ad5b68e0
4 changed files with 33 additions and 30 deletions
|
@ -55,7 +55,7 @@ message Error {
|
|||
|
||||
message OpenWorktree {
|
||||
string root_name = 1;
|
||||
repeated string collaborator_logins = 2;
|
||||
repeated string authorized_logins = 2;
|
||||
}
|
||||
|
||||
message OpenWorktreeResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue