git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] update pasky's email address
@ 2013-04-04  1:50 Eric Wong
  2013-04-04  6:43 ` Junio C Hamano
  2013-04-04 10:32 ` Petr Baudis
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Wong @ 2013-04-04  1:50 UTC (permalink / raw)
  To: Petr Baudis; +Cc: git, Junio C Hamano, Marcin Owsiany, Thomas Rast

Mail to pasky@suse.cz is bouncing.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
---
 I noticed this when I attempted to reply to Thomas's email:
 http://mid.gmane.org/f3d238a4c6cfbc6d68f2c4fa285aefa93acf4b7d.1365027616.git.trast@inf.ethz.ch

 .mailmap                                            | 1 +
 Documentation/howto/rebase-from-internal-branch.txt | 4 ++--
 gitweb/static/js/blame_incremental.js               | 2 +-
 gitweb/static/js/javascript-detection.js            | 2 +-
 gitweb/static/js/lib/common-lib.js                  | 2 +-
 gitweb/static/js/lib/datetime.js                    | 2 +-
 perl/Git.pm                                         | 2 +-
 7 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/.mailmap b/.mailmap
index c7e8618..1f01263 100644
--- a/.mailmap
+++ b/.mailmap
@@ -73,6 +73,7 @@ Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 <nico@fluxnic.net> <nico@cam.org>
 Peter Krefting <peter@softwolves.pp.se> <peter@svarten.intern.softwolves.pp.se>
 Peter Krefting <peter@softwolves.pp.se> <peter@softwolves.pp.se>
+Petr Baudis <pasky@ucw.cz> <pasky@suse.de>
 Philippe Bruhat <book@cpan.org>
 Ralf Thielow <ralf.thielow@gmail.com> <ralf.thielow@googlemail.com>
 Ramsay Allan Jones <ramsay@ramsay1.demon.co.uk>
diff --git a/Documentation/howto/rebase-from-internal-branch.txt b/Documentation/howto/rebase-from-internal-branch.txt
index 19ab604..914d011 100644
--- a/Documentation/howto/rebase-from-internal-branch.txt
+++ b/Documentation/howto/rebase-from-internal-branch.txt
@@ -1,6 +1,6 @@
 From:	Junio C Hamano <gitster@pobox.com>
 To:	git@vger.kernel.org
-Cc:	Petr Baudis <pasky@suse.cz>, Linus Torvalds <torvalds@osdl.org>
+Cc:	Petr Baudis <pasky@ucw.cz>, Linus Torvalds <torvalds@osdl.org>
 Subject: Re: sending changesets from the middle of a git tree
 Date:	Sun, 14 Aug 2005 18:37:39 -0700
 Abstract: In this article, JC talks about how he rebases the
@@ -14,7 +14,7 @@ How to rebase from an internal branch
 =====================================
 
 --------------------------------------
-Petr Baudis <pasky@suse.cz> writes:
+Petr Baudis <pasky@ucw.cz> writes:
 
 > Dear diary, on Sun, Aug 14, 2005 at 09:57:13AM CEST, I got a letter
 > where Junio C Hamano <junkio@cox.net> told me that...
diff --git a/gitweb/static/js/blame_incremental.js b/gitweb/static/js/blame_incremental.js
index db6eb50..e162ec9 100644
--- a/gitweb/static/js/blame_incremental.js
+++ b/gitweb/static/js/blame_incremental.js
@@ -1,5 +1,5 @@
 // Copyright (C) 2007, Fredrik Kuivinen <frekui@gmail.com>
-//               2007, Petr Baudis <pasky@suse.cz>
+//               2007, Petr Baudis <pasky@ucw.cz>
 //          2008-2011, Jakub Narebski <jnareb@gmail.com>
 
 /**
diff --git a/gitweb/static/js/javascript-detection.js b/gitweb/static/js/javascript-detection.js
index fa2596f..3da2d2e 100644
--- a/gitweb/static/js/javascript-detection.js
+++ b/gitweb/static/js/javascript-detection.js
@@ -1,5 +1,5 @@
 // Copyright (C) 2007, Fredrik Kuivinen <frekui@gmail.com>
-//               2007, Petr Baudis <pasky@suse.cz>
+//               2007, Petr Baudis <pasky@ucw.cz>
 //          2008-2011, Jakub Narebski <jnareb@gmail.com>
 
 /**
diff --git a/gitweb/static/js/lib/common-lib.js b/gitweb/static/js/lib/common-lib.js
index 018bbb7..9c3c465 100644
--- a/gitweb/static/js/lib/common-lib.js
+++ b/gitweb/static/js/lib/common-lib.js
@@ -1,5 +1,5 @@
 // Copyright (C) 2007, Fredrik Kuivinen <frekui@gmail.com>
-//               2007, Petr Baudis <pasky@suse.cz>
+//               2007, Petr Baudis <pasky@ucw.cz>
 //          2008-2011, Jakub Narebski <jnareb@gmail.com>
 
 /**
diff --git a/gitweb/static/js/lib/datetime.js b/gitweb/static/js/lib/datetime.js
index f78c60a..fdd46d3 100644
--- a/gitweb/static/js/lib/datetime.js
+++ b/gitweb/static/js/lib/datetime.js
@@ -1,5 +1,5 @@
 // Copyright (C) 2007, Fredrik Kuivinen <frekui@gmail.com>
-//               2007, Petr Baudis <pasky@suse.cz>
+//               2007, Petr Baudis <pasky@ucw.cz>
 //          2008-2011, Jakub Narebski <jnareb@gmail.com>
 
 /**
diff --git a/perl/Git.pm b/perl/Git.pm
index 96cac39..7802afc 100644
--- a/perl/Git.pm
+++ b/perl/Git.pm
@@ -1434,7 +1434,7 @@ sub git_cmd_try(&$) {
 
 =head1 COPYRIGHT
 
-Copyright 2006 by Petr Baudis E<lt>pasky@suse.czE<gt>.
+Copyright 2006 by Petr Baudis E<lt>pasky@ucw.czE<gt>.
 
 This module is free software; it may be used, copied, modified
 and distributed under the terms of the GNU General Public Licence,
-- 
Eric Wong

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

end of thread, other threads:[~2013-04-04 10:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04  1:50 [PATCH] update pasky's email address Eric Wong
2013-04-04  6:43 ` Junio C Hamano
2013-04-04  7:21   ` Eric Wong
2013-04-04 10:32 ` Petr Baudis

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