I have a project that someone else has done work on and I would like to be able to create a patch file and then import the patch but have the commit tag with their username/email.
I have no problem creating a patch file from their source, and using git apply /path/to/patch to apply the changes, yet if I git commit it will be tagged with my name.
How do I commit with an email/username manually?