Benkő Pál <[email protected]> writes:

> 2015-06-12 22:20 GMT+02:00 Thomas Morley <[email protected]>:
>> Though, the current patch for 4428 shows:
>> Author: harm <[email protected]>
>>
>> Is there any way to change it to:
>> Author: Thomas Morley <[email protected]>
>> ?
>
> my guess is
> git commit --amend --reset-author --no-edit

Instead of --reset-author, --author=Morley should have worked (reuses
the last author matching "Morley" or something like that).  Or, if the
author has no previous commits or only commits with a bad address or
name,
--author="Thomas Morley <[email protected]>"

--reset-author may be nice for your case, but more frequently is the
situation where you are committing a patch for somebody else.

-- 
David Kastrup

_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to