Skip to content

Use git config --global user.email for email address in automatic Co-authored-by (cherry-pick #32624) #32639

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2025

Conversation

mgsloan
Copy link
Contributor

@mgsloan mgsloan commented Jun 12, 2025

Release Notes:

  • Automatic population of Co-authored-by now uses git config --global user.email

Co-authored-by: Conrad conrad@zed.dev

…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>
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Jun 12, 2025
Copy link

Squawk Report

✅ 0 violations across 1 file(s)


crates/collab/migrations/20250612153105_add_collaborator_commit_email.sql

alter table project_collaborators
    add column committer_name varchar;
alter table project_collaborators
    add column committer_email varchar;

✅ Rule Violations (0)

No violations found.


📚 More info on rules

⚡️ Powered by Squawk (0.26.0), a linter for PostgreSQL, focused on migrations

@mgsloan mgsloan merged commit 85b6ca1 into v0.191.x Jun 12, 2025
21 of 22 checks passed
@mgsloan mgsloan deleted the cherry-pick-32624-to-preview branch June 12, 2025 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant