git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/1] Add .mailmap entries for Clemens "drizzd" Buchacher
@ 2019-02-08 10:01 Johannes Schindelin via GitGitGadget
  2019-02-08 10:01 ` [PATCH 1/1] .mailmap: map Clemens Buchacher's mail addresses Johannes Schindelin via GitGitGadget
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Schindelin via GitGitGadget @ 2019-02-08 10:01 UTC (permalink / raw)
  To: git; +Cc: Clemens Buchacher, SZEDER Gábor, Junio C Hamano

Gábor pointed out
[https://public-inbox.org/git/CAM0VKjkM-THZALy20VrZ-JSMyZjUXUqp1CAoCPrezXRsBfRJ2A@mail.gmail.com/] 
that some of Clemens' email addresses bounce, and that the .mailmap file
should be updated accordingly. This makes it so.

Johannes Schindelin (1):
  .mailmap: map Clemens Buchacher's mail addresses

 .mailmap | 2 ++
 1 file changed, 2 insertions(+)


base-commit: d62dad7a7dca3f6a65162bf0e52cdf6927958e78
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-122%2Fdscho%2Fmailmap-drizzd-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-122/dscho/mailmap-drizzd-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/122
-- 
gitgitgadget

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

* [PATCH 1/1] .mailmap: map Clemens Buchacher's mail addresses
  2019-02-08 10:01 [PATCH 0/1] Add .mailmap entries for Clemens "drizzd" Buchacher Johannes Schindelin via GitGitGadget
@ 2019-02-08 10:01 ` Johannes Schindelin via GitGitGadget
  2019-02-08 19:11   ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Schindelin via GitGitGadget @ 2019-02-08 10:01 UTC (permalink / raw)
  To: git
  Cc: Clemens Buchacher, SZEDER Gábor, Junio C Hamano,
	Johannes Schindelin

From: Johannes Schindelin <johannes.schindelin@gmx.de>

We have three email addresses for Clemens in our commit history, two of
them bouncing. Let's map the latter to the only one that still works.

Pointed out by Gábor Szeder.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---
 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index 247a3deb7e..82cd0569d5 100644
--- a/.mailmap
+++ b/.mailmap
@@ -40,6 +40,8 @@ Cord Seele <cowose@gmail.com> <cowose@googlemail.com>
 Christian Couder <chriscool@tuxfamily.org> <christian.couder@gmail.com>
 Christian Stimming <stimming@tuhh.de> <chs@ckiste.goetheallee>
 Christopher Díaz Riveros <chrisadr@gentoo.org> Christopher Diaz Riveros
+Clemens Buchacher <drizzd@gmx.net> <drizzd@aon.at>
+Clemens Buchacher <drizzd@gmx.net> <clemens.buchacher@intel.com>
 Csaba Henk <csaba@gluster.com> <csaba@lowlife.hu>
 Dan Johnson <computerdruid@gmail.com>
 Dana L. How <danahow@gmail.com> <how@deathvalley.cswitch.com>
-- 
gitgitgadget

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

* Re: [PATCH 1/1] .mailmap: map Clemens Buchacher's mail addresses
  2019-02-08 10:01 ` [PATCH 1/1] .mailmap: map Clemens Buchacher's mail addresses Johannes Schindelin via GitGitGadget
@ 2019-02-08 19:11   ` Junio C Hamano
  0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2019-02-08 19:11 UTC (permalink / raw)
  To: Johannes Schindelin via GitGitGadget
  Cc: git, Clemens Buchacher, SZEDER Gábor, Johannes Schindelin

"Johannes Schindelin via GitGitGadget" <gitgitgadget@gmail.com>
writes:

> From: Johannes Schindelin <johannes.schindelin@gmx.de>
>
> We have three email addresses for Clemens in our commit history, two of
> them bouncing. Let's map the latter to the only one that still works.
>
> Pointed out by Gábor Szeder.
>
> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
> ---

Thanks.

>  .mailmap | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/.mailmap b/.mailmap
> index 247a3deb7e..82cd0569d5 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -40,6 +40,8 @@ Cord Seele <cowose@gmail.com> <cowose@googlemail.com>
>  Christian Couder <chriscool@tuxfamily.org> <christian.couder@gmail.com>
>  Christian Stimming <stimming@tuhh.de> <chs@ckiste.goetheallee>
>  Christopher Díaz Riveros <chrisadr@gentoo.org> Christopher Diaz Riveros
> +Clemens Buchacher <drizzd@gmx.net> <drizzd@aon.at>
> +Clemens Buchacher <drizzd@gmx.net> <clemens.buchacher@intel.com>
>  Csaba Henk <csaba@gluster.com> <csaba@lowlife.hu>
>  Dan Johnson <computerdruid@gmail.com>
>  Dana L. How <danahow@gmail.com> <how@deathvalley.cswitch.com>

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

end of thread, other threads:[~2019-02-08 19:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-08 10:01 [PATCH 0/1] Add .mailmap entries for Clemens "drizzd" Buchacher Johannes Schindelin via GitGitGadget
2019-02-08 10:01 ` [PATCH 1/1] .mailmap: map Clemens Buchacher's mail addresses Johannes Schindelin via GitGitGadget
2019-02-08 19:11   ` Junio C Hamano

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).