Hi all, I have been using git clone for 'pull' only for a while (kernel, Xorg etc. etc.), but today starting using local commit and creating patches for Fluxbox project. On a new clone of fluxbox, I issued: git config --global nick.email <real.mail.address> git config --global nick.name "Nick Warne" I then made my changes and issued: git commit -a All OK. Then showing changes (and also creating the patch BTW!): git show Reveals that the change DIFF grabs hold of my local user.domain and not what I earlier set-up: From: Nick Warne <nick@xxxxxxxxxxxxxxxxxxxx> Date: Sun, 16 Mar 2008 15:51:49 +0000 This happens on all the patches.... Have I done something wrong? Thanks for any help. Nick -- Free Software Foundation Associate Member 5508 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html