Skip to content

Commit 03aa8ff

Browse files
npitregitster
authored andcommitted
Nicolas Pitre has a new email address
Due to problems at cam.org, my [email protected] email address is no longer valid. From now on, [email protected] should be used instead. Signed-off-by: Nicolas Pitre <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0f4b377 commit 03aa8ff

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Michele Ballabio <[email protected]>
4141
Nanako Shiraishi <[email protected]>
4242
Nanako Shiraishi <[email protected]>
4343
Nguyễn Thái Ngọc Duy <[email protected]>
44+
4445
Philippe Bruhat <[email protected]>
4546
Ramsay Allan Jones <[email protected]>
4647
René Scharfe <[email protected]>

diff-delta.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This code was greatly inspired by parts of LibXDiff from Davide Libenzi
55
* http://www.xmailserver.org/xdiff-lib.html
66
*
7-
* Rewritten for GIT by Nicolas Pitre <nico@cam.org>, (C) 2005-2007
7+
* Rewritten for GIT by Nicolas Pitre <nico@fluxnic.net>, (C) 2005-2007
88
*
99
* This code is free software; you can redistribute it and/or modify
1010
* it under the terms of the GNU General Public License version 2 as

git.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ rm -rf $RPM_BUILD_ROOT
233233
* Tue Mar 27 2007 Eygene Ryabinkin <[email protected]>
234234
- Added the git-p4 package: Perforce import stuff.
235235

236-
* Mon Feb 13 2007 Nicolas Pitre <nico@cam.org>
236+
* Mon Feb 13 2007 Nicolas Pitre <nico@fluxnic.net>
237237
- Update core package description (Git isn't as stupid as it used to be)
238238

239239
* Mon Feb 12 2007 Junio C Hamano <[email protected]>

patch-delta.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* patch-delta.c:
33
* recreate a buffer from a source and the delta produced by diff-delta.c
44
*
5-
* (C) 2005 Nicolas Pitre <nico@cam.org>
5+
* (C) 2005 Nicolas Pitre <nico@fluxnic.net>
66
*
77
* This code is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License version 2 as

progress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Simple text-based progress display module for GIT
33
*
4-
* Copyright (c) 2007 by Nicolas Pitre <nico@cam.org>
4+
* Copyright (c) 2007 by Nicolas Pitre <nico@fluxnic.net>
55
*
66
* This code is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

test-delta.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* test-delta.c: test code to exercise diff-delta.c and patch-delta.c
33
*
4-
* (C) 2005 Nicolas Pitre <nico@cam.org>
4+
* (C) 2005 Nicolas Pitre <nico@fluxnic.net>
55
*
66
* This code is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

0 commit comments

Comments
 (0)