unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Policy regarding adding email addresses to '.mailmap'.
@ 2015-07-09  7:38 Mathieu Lirzin
  2015-07-09  8:36 ` Ricardo Wurmus
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mathieu Lirzin @ 2015-07-09  7:38 UTC (permalink / raw)
  To: guix-devel

My questions are about how do we maintain the new '.mailmap' file.

- Do the new addresses need to be added in the same commit where it
  appears or in a separate commit?

- In the case of a separate commit, will it be synchronous or
  asynchronous (meaning that multiples adresses can be added at the same
  time) ?

- Is it better to ask the owner which email to choose in AUTHORS or to
  use automatically the more recent one?

- On the technical side, how to automate the process?

Ideas welcome!

--
Mathieu Lirzin

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

* Re: Policy regarding adding email addresses to '.mailmap'.
  2015-07-09  7:38 Policy regarding adding email addresses to '.mailmap' Mathieu Lirzin
@ 2015-07-09  8:36 ` Ricardo Wurmus
  2015-07-09  9:30   ` Mathieu Lirzin
  2015-07-09  9:06 ` Alex Kost
  2015-07-09 10:18 ` Ludovic Courtès
  2 siblings, 1 reply; 6+ messages in thread
From: Ricardo Wurmus @ 2015-07-09  8:36 UTC (permalink / raw)
  To: Mathieu Lirzin; +Cc: guix-devel


Mathieu Lirzin <mthl@openmailbox.org> writes:

> My questions are about how do we maintain the new '.mailmap' file.
>
> - Do the new addresses need to be added in the same commit where it
>   appears or in a separate commit?
>
> - In the case of a separate commit, will it be synchronous or
>   asynchronous (meaning that multiples adresses can be added at the same
>   time) ?
>
> - Is it better to ask the owner which email to choose in AUTHORS or to
>   use automatically the more recent one?

I’m using two email addresses and I alternate between them depending on
what I do (bioinfo stuff is done mostly from the official office email
address, whereas other stuff is sent from my private email address).

> - On the technical side, how to automate the process?

Does it need automation at all?

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

* Re: Policy regarding adding email addresses to '.mailmap'.
  2015-07-09  7:38 Policy regarding adding email addresses to '.mailmap' Mathieu Lirzin
  2015-07-09  8:36 ` Ricardo Wurmus
@ 2015-07-09  9:06 ` Alex Kost
  2015-07-09 10:18 ` Ludovic Courtès
  2 siblings, 0 replies; 6+ messages in thread
From: Alex Kost @ 2015-07-09  9:06 UTC (permalink / raw)
  To: Mathieu Lirzin; +Cc: guix-devel

Mathieu Lirzin (2015-07-09 10:38 +0300) wrote:

> My questions are about how do we maintain the new '.mailmap' file.
>
> - Do the new addresses need to be added in the same commit where it
>   appears or in a separate commit?

I'm for a separate commit.

> - In the case of a separate commit, will it be synchronous or
>   asynchronous (meaning that multiples adresses can be added at the same
>   time) ?

I believe multiple addresses may be added in the same commit.

> - Is it better to ask the owner which email to choose in AUTHORS or to
>   use automatically the more recent one?

I think it's always better to ask.

> - On the technical side, how to automate the process?

I don't see how it may be automate.

-- 
Alex

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

* Re: Policy regarding adding email addresses to '.mailmap'.
  2015-07-09  8:36 ` Ricardo Wurmus
@ 2015-07-09  9:30   ` Mathieu Lirzin
  2015-07-09  9:41     ` Ricardo Wurmus
  0 siblings, 1 reply; 6+ messages in thread
From: Mathieu Lirzin @ 2015-07-09  9:30 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> writes:

> I’m using two email addresses and I alternate between them depending on
> what I do (bioinfo stuff is done mostly from the official office email
> address, whereas other stuff is sent from my private email address).

Correct me If I'm wrong. You mean that you would prefer that only your
your private email address appears in AUTHORS even if your last commit
was made using your office address?

--
Mathieu Lirzin

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

* Re: Policy regarding adding email addresses to '.mailmap'.
  2015-07-09  9:30   ` Mathieu Lirzin
@ 2015-07-09  9:41     ` Ricardo Wurmus
  0 siblings, 0 replies; 6+ messages in thread
From: Ricardo Wurmus @ 2015-07-09  9:41 UTC (permalink / raw)
  To: Mathieu Lirzin; +Cc: guix-devel


Mathieu Lirzin <mthl@openmailbox.org> writes:

> Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> writes:
>
>> I’m using two email addresses and I alternate between them depending on
>> what I do (bioinfo stuff is done mostly from the official office email
>> address, whereas other stuff is sent from my private email address).
>
> Correct me If I'm wrong. You mean that you would prefer that only your
> your private email address appears in AUTHORS even if your last commit
> was made using your office address?

Correct.  My private address will hopefully outlast any office email
address.

~~ Ricardo

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

* Re: Policy regarding adding email addresses to '.mailmap'.
  2015-07-09  7:38 Policy regarding adding email addresses to '.mailmap' Mathieu Lirzin
  2015-07-09  8:36 ` Ricardo Wurmus
  2015-07-09  9:06 ` Alex Kost
@ 2015-07-09 10:18 ` Ludovic Courtès
  2 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2015-07-09 10:18 UTC (permalink / raw)
  To: Mathieu Lirzin; +Cc: guix-devel

Mathieu Lirzin <mthl@openmailbox.org> skribis:

> - Do the new addresses need to be added in the same commit where it
>   appears or in a separate commit?

Separate, but I expect changes to be rare (it’s only for people who want
to choose among several addresses that they’ve used, or people whose
recorded email address is no longer valid.)

> - In the case of a separate commit, will it be synchronous or
>   asynchronous (meaning that multiples adresses can be added at the same
>   time) ?

It’s fine to add several at once, if needed.

> - Is it better to ask the owner which email to choose in AUTHORS or to
>   use automatically the more recent one?

Yes, better ask.

> - On the technical side, how to automate the process?

We don’t.  :-)

Ludo’.

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

end of thread, other threads:[~2015-07-09 10:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-09  7:38 Policy regarding adding email addresses to '.mailmap' Mathieu Lirzin
2015-07-09  8:36 ` Ricardo Wurmus
2015-07-09  9:30   ` Mathieu Lirzin
2015-07-09  9:41     ` Ricardo Wurmus
2015-07-09  9:06 ` Alex Kost
2015-07-09 10:18 ` Ludovic Courtès

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

	https://git.savannah.gnu.org/cgit/guix.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).