User login

name

Undo Drupal's over-aggressive shortening of user names

And use a real ellipses!

Drupal's theme_username() is used many places within Drupal, and shortens any name over 20 characters, which can be a lot if you encourage people to use full names. This can be undone with a preprocess function in your module or theme, just replace EXAMPLE with your module or theme name.

Set your name in

git config --global user.name "My Name"
git config --global user.email "me@example.com"

http://www.lixo.org/archives/2008/06/26/git-tip-set-your-identification-and-colours/

http://help.github.com/git-email-settings/

Syndicate content