This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Repository for the conversion machinery
- From: "Eric S. Raymond" <esr at thyrsus dot com>
- To: DJ Delorie <dj at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 27 Aug 2015 17:17:15 -0400
- Subject: Re: Repository for the conversion machinery
- Authentication-results: sourceware.org; auth=none
- References: <20150827143810 dot GA10920 at thyrsus dot com> <xn7fogmpdn dot fsf at greed dot delorie dot com>
- Reply-to: esr at thyrsus dot com
DJ Delorie <dj@redhat.com>:
>
> Hmmm... I use two email addresses for commits, depending on which target
> they're for, i.e.:
>
> $ grep DJ MAINTAINERS
> m32c port DJ Delorie <dj@redhat.com>
> DJGPP DJ Delorie <dj@delorie.com>
>
> Most of the DJGPP stuff was long ago but I wonder how the conversion
> would handle this?
There is no email address associated with any Subversion commit.
If you want your commits to be attributed to two different addresses
in the git conversion, you need to tell me how to specify two
different selection sets so I can write assign statements and two
trivial "authors read" commands affecting them only.
In the lift file it's going to look something like this:
<m32c> authors read <<EOF
dj = DJ Delorie <dj@redhat.com>
EOF
<dgjpp> authors read <<EOF
dj = DJ Delorie <dj@delorie.com>
EOF
assuming that the names m32c and dgjpp have been properly bound.
I recommend against this, but policy decisions are not mine to make.
--
<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>