Skip to content

Commit

Permalink
Edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seankimdev committed Aug 30, 2023
1 parent 419b390 commit cd7a1cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/buf/alpha/registry/v1alpha1/repository_branch.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ message RepositoryBranch {
google.protobuf.Timestamp last_update_time = 5;
// The ID of the user who updated the branch.
string last_update_user_id = 6;
// The author name of the most recent associated git commit of the branch.
// The author name of the most recent associated git commit of the branch. May be null
// if the last branch update doesn't have a git commit associated.
string last_update_git_author_name = 7;
}

Expand Down

0 comments on commit cd7a1cd

Please sign in to comment.