git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ryan <ryanphilips19@googlemail.com>
To: Matthieu Moy <Matthieu.Moy@imag.fr>
Cc: git@vger.kernel.org
Subject: Re: names using git config
Date: Thu, 25 Jun 2009 10:16:56 +0530	[thread overview]
Message-ID: <376636be0906242146h1d4c3b1q8c2e9af26f124af4@mail.gmail.com> (raw)
In-Reply-To: <vpqljnhv9w0.fsf@bauges.imag.fr>

Hi,
  Thank you for your response.

1) git config user.name 'Matthieu M. Moy' Works
2) git config user.name 'Matthieu M.'  does not


Probably, Name cannot end in a '.' <dot>. in git config user.name


Regards,
Ryan W.


On Wed, Jun 24, 2009 at 10:36 PM, Matthieu Moy<Matthieu.Moy@imag.fr> wrote:
> Ryan <ryanphilips19@googlemail.com> writes:
>
>> How do i select a Name which ends in a dot something like Ryan W.
>> Philips in Git using  git config user.name
>>
>> Because when i do that "Ryan W. Philips" It just comes and Ryan W
>> Philips in git log when i add a commit.
>
> Can't reproduce here:
>
> $ mkdir git
> $ cd git/
> $ git init
> Initialized empty Git repository in /tmp/git/.git/
> $ git config user.name 'Matthieu M. Moy'
> $ cat .git/config
> [core]
>        repositoryformatversion = 0
>        filemode = true
>        bare = false
>        logallrefupdates = true
> [user]
>        name = Matthieu M. Moy
> $ touch foo; git add foo
> $ git commit -m "foo"
> [master (root-commit) 6814174] foo
>  0 files changed, 0 insertions(+), 0 deletions(-)
>  create mode 100644 foo
> $ git log
> commit 681417491423260ad13c3fb59c28fc96a68bf4f9
> Author: Matthieu M. Moy <Matthieu.Moy@imag.fr>
> Date:   Wed Jun 24 19:05:43 2009 +0200
>
>    foo
> $ git version
> git version 1.6.3.rc1.35.gabb3a
> $
>
> --
> Matthieu
>

  reply	other threads:[~2009-06-25  4:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-24 16:58 names using git config Ryan
2009-06-24 17:06 ` Matthieu Moy
2009-06-25  4:46   ` Ryan [this message]
2009-06-25  5:11     ` Junio C Hamano
2009-06-25 10:09       ` Ryan
2009-06-25 18:46         ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=376636be0906242146h1d4c3b1q8c2e9af26f124af4@mail.gmail.com \
    --to=ryanphilips19@googlemail.com \
    --cc=Matthieu.Moy@imag.fr \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).