Yes, there is a way to change that. You can do... $ git config --global user.name "Romain Forlot " $ git config --global user.email "rforlot@xxxxxxxxx" ...to reset your email and username preferences. That will always do 'git commit' as "Romain Forlot <rforlot@xxxxxxxxx>." You can also do.... $ git commit -a -m "message" --author Romain Forlot <rforlot@xxxxxxxxx> --author overrides whatever the config setting is. HTH, Deon P.S. Those only apply to new commits; I don't know of a way to edit an existing commit. On 3/14/2012 5:36 PM, Romain Forlot wrote:
|
-- docs mailing list docs@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/docs