mbien commented on PR #4440: URL: https://github.com/apache/netbeans/pull/4440#issuecomment-1198300203
> By header, you mean the commits or the pull request? I will probably need to disable a certain Github option... the commits. `git log` of your branch i checked out shows your nickname and a noreply mail address. Those would be the same commits which land in master. This project requires real names and valid addresses for contributions. You can change this per commit, per repository or globally in your git settings. `git commit --amend --author="Author Name <[email protected]>" --no-edit` would update the author info of the last commit of the current branch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
