From 634a64b10a627e64f1a4370d085eed0be242b6ed Mon Sep 17 00:00:00 2001 From: Andreas Ericsson Date: Sat, 22 Nov 2008 14:04:25 +0100 Subject: [PATCH] Add a new author state "ign" to git.git-authors This is to be used for application code that currently resides in git, but only for authors whose only not insignificant contributions are for that code (such as "imap-send"). Presently, this is used for Mike McCormack and Robert Shearman. Signed-off-by: Andreas Ericsson Signed-off-by: Shawn O. Pearce --- git.git-authors | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/git.git-authors b/git.git-authors index 46b55d1d6..0967f6545 100644 --- a/git.git-authors +++ b/git.git-authors @@ -28,6 +28,9 @@ # his/her consent on a patch-by-patch basis. # "???" means the person is a prominent contributor who has # not yet made his/her standpoint clear. +# "ign" means the authors consent is ignored for the purpose +# of libification. This is because the author has contributed +# to areas that aren't interesting for the library. # # Please try to keep the list alphabetically ordered. It will # help in case we get all 600-ish git.git authors on it. @@ -49,6 +52,7 @@ ok Kristian Høgsberg ok Linus Torvalds ok Lukas Sandström ok Matthieu Moy +ign Mike McCormack (imap-send) ok Nicolas Pitre ok Paolo Bonzini ok Paul Kocher @@ -56,6 +60,7 @@ ok Peter Hagervall ok Pierre Habouzit ok Pieter de Bie ok René Scharfe +ign Robert Shearman (imap-send) ok Shawn O. Pearce ok Steffen Prohaska ok Sven Verdoolaege