From: Peter Krefting <peter@softwolves.pp.se>
To: Sean Allred <allred.sean@gmail.com>
Cc: git@vger.kernel.org, sallred@epic.com, grmason@epic.com,
sconrad@epic.com
Subject: Re: Dealing with corporate email recycling
Date: Fri, 18 Mar 2022 22:22:45 +0100 (CET) [thread overview]
Message-ID: <e0b85f26-ab5e-b3ae-a2fb-e7d927c46763@softwolves.pp.se> (raw)
In-Reply-To: <878rtebxk0.fsf@gmail.com>
On Sat, 12 Mar 2022, Sean Allred wrote:
> We are currently replaying a 15-year SVN history into Git -- with
> contributions from thousands of developers -- and are faced with the
> challenge of corporate email recycling, departures, re-hires, and name
> changes causing identity issues.
I have performed a couple of imports of old version history into Git, from
various version control systems, some of them with history dating to before
the corporation even had e-mail addresses for employees. In those cases I
found that the easiest option was just to use whatever user identification
was available in the old version control system -- Git does not explicitely
require a valid e-mail address in the author and committer header.
For Subversion import, for instance, I used "Name <login>" where "login" was
the Subversion committer ID, and "Name" was from a mapping file I created
for the repository. Where records were sketchy and Name information was not
available, I would just use "<login>".
When it comes to name changes, I have had scripts map login + date to name.
For instance, I changed my last name when I married, so I would have my old
(I don't know what the masculine equivalent of "maiden name" is in English)
mapped up until a specific date, and my current name afterwards.
--
\\// Peter
prev parent reply other threads:[~2022-03-18 21:29 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-12 22:38 Dealing with corporate email recycling Sean Allred
2022-03-13 0:03 ` Junio C Hamano
2022-03-13 0:26 ` rsbecker
2022-03-13 14:01 ` Sean Allred
2022-03-13 14:20 ` rsbecker
2022-03-13 14:41 ` Sean Allred
2022-03-13 15:02 ` rsbecker
2022-03-13 15:21 ` Sean Allred
2022-03-13 19:57 ` Philip Oakley
2022-03-13 22:40 ` Sean Allred
2022-03-13 23:16 ` Junio C Hamano
2022-03-13 23:23 ` rsbecker
2022-03-14 0:19 ` Junio C Hamano
2022-03-14 11:56 ` Philip Oakley
2022-03-14 21:24 ` Junio C Hamano
2022-03-14 22:25 ` Philip Oakley
2022-03-15 1:23 ` Sean Allred
2022-03-15 11:15 ` Philip Oakley
2022-03-13 12:20 ` Philip Oakley
2022-03-13 13:35 ` Sean Allred
2022-03-14 11:59 ` Philip Oakley
2022-03-13 15:51 ` Ævar Arnfjörð Bjarmason
2022-03-13 17:22 ` brian m. carlson
2022-03-13 17:52 ` rsbecker
2022-03-13 19:47 ` rsbecker
2022-03-13 22:23 ` Sean Allred
2022-03-15 1:27 ` Sean Allred
2022-03-18 21:22 ` Peter Krefting [this message]
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=e0b85f26-ab5e-b3ae-a2fb-e7d927c46763@softwolves.pp.se \
--to=peter@softwolves.pp.se \
--cc=allred.sean@gmail.com \
--cc=git@vger.kernel.org \
--cc=grmason@epic.com \
--cc=sallred@epic.com \
--cc=sconrad@epic.com \
/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).