>> Are there any long-lived community FOSS projects maintaining such
>> file?
> 
> GNU Emacs:
> http://git.savannah.gnu.org/cgit/emacs.git/tree/etc/AUTHORS
> They add everyone who has contributed, and after 33 years the file
> has grown to 170 kB, which I think is still acceptable. We have some
> Manifest files that are much larger.
> 
> So I don't think we would run into problems anytime soon, even if we
> added everybody (which we shouldn't, IMHO).

Ulrich is right. All authors with name and mail of the whole git tree
sum up to something in the order of 30 kB.

git log | grep "Author: "| sort | uniq | sed "s/Author: //g" | wc -c

Worst case estimation:
30 kB are 600 different contributors.

These contributors will change their mail address 5 times during their
active time. (Proxied maintainer, developer, 3 company mails)

Say the number of authors doubles within the next 10 years
then we will still have an authors.txt in the order of
300 kB in the year 2029.

-- 
Best,
Jonas

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to