Comment 3 for bug 797809

Revision history for this message
Dan Scott (denials) wrote :

Hi Swenyu:

One note - your "author" field in the patch shows as "root <email address hidden>". If you use the "git config user.name" and "git config user.email" commands per http://www.open-ils.org/dokuwiki/doku.php?id=dev:git, when you commit code and generate patches it will show your real user name and email address.

If you set those git configuration variables, then use "git commit --amend --reset-author", you'll be able to generate an updated patch accordingly.

Thanks very much for your patch!