On Saturday, 30 August 2014 at 16:33:13 UTC, David Nadlinger wrote:
On Saturday, 30 August 2014 at 15:25:59 UTC, H. S. Teoh via Digitalmars-d wrote:
Please don't stop submitting patches. I'll turn them into PRs.

Even though everything submitted to Bugzilla is supposed to be public domain, it would be nice to keep authorship information in the commit messages.

Git distinguishes between author and committer. It can be specified when committing:

    git commit --author="N.N. <some...@example.com>"

Reply via email to