I’ve done a manual cherry pick of a commit from one project into my git project, and I’d like to give credit to the true author by faking the author info somehow for this one commit, so that the true author is the author, and I am the committer.
Any idea how to do this?
You can specify the author as parameter to
git commit: