HEADS UP: svn->git transition
Peter Kjellerstedt
peter.kjellerstedt at axis.com
Tue May 5 08:44:44 UTC 2009
> -----Original Message-----
> From: busybox-bounces at busybox.net [mailto:busybox-bounces at busybox.net]
> On Behalf Of Mike Frysinger
> Sent: den 5 maj 2009 09:57
> To: uclibc at uclibc.org
> Cc: busybox at busybox.net; Bernhard Reutner-Fischer; buildroot at uclibc.org
> 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 "your.real.email at address.com"
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 "uclibc at uclibc.org"
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
More information about the uClibc
mailing list