Use git config --global user.email
for email address in automatic Co-authored-by
(#32624)
Release Notes: - Automatic population of `Co-authored-by` now uses `git config --global user.email` --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com> Co-authored-by: Conrad <conrad@zed.dev>
This commit is contained in:
parent
e56a027bea
commit
7d708c14e4
24 changed files with 188 additions and 69 deletions
|
@ -269,7 +269,6 @@ async fn test_channel_messages(cx: &mut TestAppContext) {
|
|||
github_login: "nathansobo".into(),
|
||||
avatar_url: "http://avatar.com/nathansobo".into(),
|
||||
name: None,
|
||||
email: None,
|
||||
}],
|
||||
},
|
||||
);
|
||||
|
@ -323,7 +322,6 @@ async fn test_channel_messages(cx: &mut TestAppContext) {
|
|||
github_login: "maxbrunsfeld".into(),
|
||||
avatar_url: "http://avatar.com/maxbrunsfeld".into(),
|
||||
name: None,
|
||||
email: None,
|
||||
}],
|
||||
},
|
||||
);
|
||||
|
@ -368,7 +366,6 @@ async fn test_channel_messages(cx: &mut TestAppContext) {
|
|||
github_login: "as-cii".into(),
|
||||
avatar_url: "http://avatar.com/as-cii".into(),
|
||||
name: None,
|
||||
email: None,
|
||||
}],
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue