Robert,

On Wed, Feb 15, 2012 at 11:29 AM, Robert Deliën <rob...@delien.nl> wrote:

> Thanks of the hint, but I configured that some time ago already (in 
> ~/.gitconfig).

If you have trouble to setup the gitconfig on your company network,
maybe you can use a gmail account.

cat .gitconfig
[user]
        name = User Name
        email = usern...@gmail.com
[sendemail]
        smtpserver = smtp.gmail.com
        smtpserverport = 587
        smtpencryption = tls
        smtpuser = usern...@gmail.com

You can then use "git send-email" without issues.

Regards,

Fabio Estevam
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to