Show commit author, not committer (#27856)
Release Notes: - Fixed a bug where the git panel displayed a commit's committer in place of its author.
This commit is contained in:
parent
76871056f5
commit
ada8b0f822
5 changed files with 13 additions and 13 deletions
|
@ -3364,8 +3364,8 @@ message GitCommitDetails {
|
|||
string sha = 1;
|
||||
string message = 2;
|
||||
int64 commit_timestamp = 3;
|
||||
string committer_email = 4;
|
||||
string committer_name = 5;
|
||||
string author_email = 4;
|
||||
string author_name = 5;
|
||||
}
|
||||
|
||||
message LoadCommitDiff {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue