code cleanup in druntime and phobos
via Digitalmars-d
digitalmars-d at puremagic.com
Sat Aug 30 10:51:36 PDT 2014
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. <someone at example.com>"
More information about the Digitalmars-d
mailing list