On Wed, Apr 29, 2009 at 8:42 AM, Luke771 <luke771 at gmail.com> wrote:
> l10n override file attached
> translation updated to r27286
> please commit
>

Committed, and git now list luke771 as author.
see 
http://github.com/freenet/fred-staging/commit/773f1c918fa1109f1e880c1128c60c4d6a8fe8bf

For those who are curious about how did i do this, this is how:

  $ GIT_AUTHOR_NAME=Luke771 \
  > GIT_AUTHOR_EMAIL=luke771 at gmail.com \
  > GIT_AUTHOR_DATE="`date -r`"    git commit

This is because git separate the author and committer name/email/date.
You may list these fields using  `git log --pretty=fuller`

(and yes, this is yet-another shameless plug on git's feature )

Reply via email to