aboutsummaryrefslogtreecommitdiffstats
path: root/diff-delta.c
diff options
context:
space:
mode:
authorNicolas Pitre <nico@fluxnic.net>2009-09-14 02:41:16 -0400
committerJunio C Hamano <gitster@pobox.com>2009-09-14 02:23:36 -0700
commit03aa8ff3be3b35522b2e378651e65e0e86778018 (patch)
treed1835328c7894a7281654efd093211a0b5d56154 /diff-delta.c
parent0f4b377c20fb7d93f8bfeec39efb2b9392d6aebc (diff)
downloadgit-03aa8ff3be3b35522b2e378651e65e0e86778018.tar.gz
Nicolas Pitre has a new email address
Due to problems at cam.org, my nico@cam.org email address is no longer valid. From now on, nico@fluxnic.net should be used instead. Signed-off-by: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff-delta.c')
-rw-r--r--diff-delta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff-delta.c b/diff-delta.c
index a4e28df714..464ac3ffc0 100644
--- a/diff-delta.c
+++ b/diff-delta.c
@@ -4,7 +4,7 @@
* This code was greatly inspired by parts of LibXDiff from Davide Libenzi
* http://www.xmailserver.org/xdiff-lib.html
*
- * Rewritten for GIT by Nicolas Pitre <nico@cam.org>, (C) 2005-2007
+ * Rewritten for GIT by Nicolas Pitre <nico@fluxnic.net>, (C) 2005-2007
*
* This code is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as