[Sugar-devel] Commiter problem with git
Bastien
bastienguerry at googlemail.com
Sun Jul 12 10:14:42 EDT 2009
Asaf Paris Mandoki <asafpm at gmail.com> writes:
> The problem I have is that the commit is not linked to my username. It is
> only linked to my name and it has a bogus email as shown here:
>
> http://git.sugarlabs.org/projects/physics/repos/mainline/commits/b8d17f2e400c39d1aa4d191f48d693c01f6a813d
You need to have a section with your name and email right in your main
git configuration file (usually ~/.gitconfig) or in the local config
file of the project (~/Activities/Physics.activity/.git/config) :
[user]
name = Asaf Paris Mandoki
email = asafpm at gmail.com
--
Bastien
More information about the Sugar-devel
mailing list