* Ben Laurie: > Is there an easy way to fix that? That is, I would expect it to show > me as the committer and the original author as the author.
"git am" does this, but merging from a Git repository does not because it changes the commit hashes and would force the submitter to rebase. In general, Git does not reliably track who submits (or fast-forward merges) commits within the system, you'll need an external mechanism for that. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
