DJ Delorie <d...@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              <d...@redhat.com>
> DJGPP                   DJ Delorie              <d...@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 <d...@redhat.com>
EOF

<dgjpp> authors read <<EOF
dj  = DJ Delorie <d...@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>

Reply via email to