git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* git-svn and comitter names
@ 2011-07-29 15:16 John M. Dlugosz
  2011-08-02 14:59 ` Thomas Ferris Nicolaisen
  0 siblings, 1 reply; 2+ messages in thread
From: John M. Dlugosz @ 2011-07-29 15:16 UTC (permalink / raw
  To: git

I just grabbed a repository using git-svn, and the commiter name shows a GUID for the 
domain name.  For example,

     first.last <first.last@5ab5abacd-6ff9-f940-aeea-106a2a325327>

I set my git name and email address to show what I want in the end, the real company email 
address.  Will this apparent mapping be a problem when I dcommit?

—John

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: git-svn and comitter names
  2011-07-29 15:16 git-svn and comitter names John M. Dlugosz
@ 2011-08-02 14:59 ` Thomas Ferris Nicolaisen
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Ferris Nicolaisen @ 2011-08-02 14:59 UTC (permalink / raw
  To: John M. Dlugosz; +Cc: git

On Fri, Jul 29, 2011 at 5:16 PM, John M. Dlugosz
<ngnr63q02@sneakemail.com> wrote:
> I just grabbed a repository using git-svn, and the commiter name shows a
> GUID for the domain name.  For example,
>
>    first.last <first.last@5ab5abacd-6ff9-f940-aeea-106a2a325327>
>
> I set my git name and email address to show what I want in the end, the real
> company email address.  Will this apparent mapping be a problem when I
> dcommit?

Hi John,

No, it won't be a problem. This is the default "mapping" in git-svn.

The committer name is only visible in your git-svn clone. When you
dcommit, it will use your normal SVN username, the same one which is
used when you use SVN normally.

Your configured git name and email will be used in your local commits,
but as soon as you dcommit, those commits are rewritten to use this
username@uuid style.

If you think this is really annoying, or you are planning to make a
permanent migration away from SVN, you can use an authors-file when
doing the initial git-svn clone. See
http://www.kernel.org/pub/software/scm/git/docs/git-svn.html for more
info on the --authors-file option.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-02 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 15:16 git-svn and comitter names John M. Dlugosz
2011-08-02 14:59 ` Thomas Ferris Nicolaisen

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).