* Possible git git config --global user.email BUG
@ 2008-03-16 19:26 Nick Warne
2008-03-16 19:35 ` Nick Warne
2008-03-16 19:41 ` Linus Torvalds
0 siblings, 2 replies; 3+ messages in thread
From: Nick Warne @ 2008-03-16 19:26 UTC (permalink / raw)
To: git
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@linuxamd.linicks.net>
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Possible git git config --global user.email BUG
2008-03-16 19:26 Possible git git config --global user.email BUG Nick Warne
@ 2008-03-16 19:35 ` Nick Warne
2008-03-16 19:41 ` Linus Torvalds
1 sibling, 0 replies; 3+ messages in thread
From: Nick Warne @ 2008-03-16 19:35 UTC (permalink / raw)
To: git
OK, ignore this. I am an _IDIOT_
On Sun, 16 Mar 2008 19:26:36 +0000
Nick Warne <nick@ukfsn.org> wrote:
> 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"
All works fine... I issued the --global commands incorrectly.
Sorry for the noise.
Nick
--
Free Software Foundation Associate Member 5508
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Possible git git config --global user.email BUG
2008-03-16 19:26 Possible git git config --global user.email BUG Nick Warne
2008-03-16 19:35 ` Nick Warne
@ 2008-03-16 19:41 ` Linus Torvalds
1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2008-03-16 19:41 UTC (permalink / raw)
To: Nick Warne; +Cc: git
On Sun, 16 Mar 2008, Nick Warne wrote:
>
> git config --global nick.email <real.mail.address>
> git config --global nick.name "Nick Warne"
"nick.email/name"?
Should be "user", not "nick".
Linus
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-03-16 19:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-16 19:26 Possible git git config --global user.email BUG Nick Warne
2008-03-16 19:35 ` Nick Warne
2008-03-16 19:41 ` Linus Torvalds
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox