Skip to content

Allow updating commit_email

Neil Drumm requested to merge drumm/gitlab:commit_email into master

What does this MR do and why?

Resolves #375148 (closed)

How to set up and validate locally

  1. curl -v -X PUT --header "PRIVATE-TOKEN: …" http://127.0.0.1:3000/api/v4/users/1\?commit_email\=_private
  2. See the updated Commit email at http://127.0.0.1:3000/-/profile

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports