* a problem with the gitconfig file for user.email
@ 2011-03-13 17:32 Guy Maurel
2011-03-13 22:29 ` Matthieu Moy
0 siblings, 1 reply; 4+ messages in thread
From: Guy Maurel @ 2011-03-13 17:32 UTC (permalink / raw)
To: git
why is it necessary to have a <TAB> before the email keyword in the [user]
section? Other keywords work with whitespace.
If not, one get the error message:
fatal: bad config file line 2 in /home/guy-kde/.gitconfig
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: a problem with the gitconfig file for user.email
2011-03-13 17:32 a problem with the gitconfig file for user.email Guy Maurel
@ 2011-03-13 22:29 ` Matthieu Moy
2011-03-13 23:01 ` Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Matthieu Moy @ 2011-03-13 22:29 UTC (permalink / raw)
To: Guy Maurel; +Cc: git
Guy Maurel <guy-kde@maurel.de> writes:
> why is it necessary to have a <TAB> before the email keyword in the [user]
> section?
It isn't. I've just checked with email right at the beginning of the
line, without tab or space, and it works (with the latest git.git).
> If not, one get the error message:
> fatal: bad config file line 2 in /home/guy-kde/.gitconfig
Please, give a short and reproducible senario (eg. the full content of
.gitconfig, and the command you've typed to get this).
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: a problem with the gitconfig file for user.email
2011-03-13 22:29 ` Matthieu Moy
@ 2011-03-13 23:01 ` Junio C Hamano
2011-03-15 17:45 ` Guy Maurel
0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2011-03-13 23:01 UTC (permalink / raw)
To: Matthieu Moy; +Cc: Guy Maurel, git
Matthieu Moy <Matthieu.Moy@grenoble-inp.fr> writes:
> Guy Maurel <guy-kde@maurel.de> writes:
>
>> why is it necessary to have a <TAB> before the email keyword in the [user]
>> section?
>
> It isn't. I've just checked with email right at the beginning of the
> line, without tab or space, and it works (with the latest git.git).
>
>> If not, one get the error message:
>> fatal: bad config file line 2 in /home/guy-kde/.gitconfig
>
> Please, give a short and reproducible senario (eg. the full content of
> .gitconfig, and the command you've typed to get this).
Good suggestion. I suspect this is some third party programs or hooks
that are trying to hand parse the config file. In the distant past, some
of our perl based Porcelains may have done so but I think these days
everything we ship should be reading from "git config" output or calling
git_config() from C.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: a problem with the gitconfig file for user.email
2011-03-13 23:01 ` Junio C Hamano
@ 2011-03-15 17:45 ` Guy Maurel
0 siblings, 0 replies; 4+ messages in thread
From: Guy Maurel @ 2011-03-15 17:45 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Matthieu Moy, git
Hello!
Thanks for helping, but...
On Monday, March 14, 2011 12:01:38 AM Junio C Hamano wrote:
> Matthieu Moy <Matthieu.Moy@grenoble-inp.fr> writes:
> > Guy Maurel <guy-kde@maurel.de> writes:
> >> why is it necessary to have a <TAB> before the email keyword in the
> >> [user] section?
> >
> > It isn't. I've just checked with email right at the beginning of the
> > line, without tab or space, and it works (with the latest git.git).
> >
> >> If not, one get the error message:
> >> fatal: bad config file line 2 in /home/guy-kde/.gitconfig
> >
> > Please, give a short and reproducible senario (eg. the full content of
> > .gitconfig, and the command you've typed to get this).
I had very little things:
[user]
name = Guy Maurel
email = guy-kde@maurel.de
^^ these are spaces
>
> Good suggestion. I suspect this is some third party programs or hooks
> that are trying to hand parse the config file. In the distant past, some
> of our perl based Porcelains may have done so but I think these days
> everything we ship should be reading from "git config" output or calling
> git_config() from C.
I am using kernel 2.6.37-ARCH and git 1.7.4.1-1 64bits
But I cannot reproduce the problem *today*.
I am sorry, so sorry. I bet your pardon.
As I made a git config --add user.email guy-kde@maurel.de
I got a <TAB> before the email keyword, this leads me to my question.
Thanks for helping
--
guy
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-03-15 17:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-13 17:32 a problem with the gitconfig file for user.email Guy Maurel
2011-03-13 22:29 ` Matthieu Moy
2011-03-13 23:01 ` Junio C Hamano
2011-03-15 17:45 ` Guy Maurel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).