> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> On Behalf Of Mike Frysinger
> Sent: den 5 maj 2009 09:57
> To: [email protected]
> Cc: [email protected]; Bernhard Reutner-Fischer; [email protected]
> Subject: Re: HEADS UP: svn->git transition
> 
> ive updated the uclibc.org website to include git info:
> http://uclibc.org/developing.html
> any feedback would be great
> -mike

May I suggest the following commands instead of manually
editing .gitconfig:

git config --global user.name "Your Full Name"
git config --global user.email "[email protected]"

And I doubt you want the email address for the uClibc list
to be in the global configuration file, so for sendemail.to
I would suggest:

git config sendemail.to "[email protected]"

which needs to be executed while in the cloned uClibc directory.

I also think there should be something about the format of
commit messages (i.e., one subject line, one empty line and
then the full description).

//Peter

_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to