On Thu, Mar 10, 2011 at 03:09:43PM -0800, Junio C Hamano wrote: > > Yeah, I would just as soon drop Author and Documented-by fields in all > > manpages. We could replace them with a single "Credits" in git(1). It > > can either mention nobody, very few people (like Linus as the originator > > and Junio as the long-time maintainer), or the top N (for N < 20 or so) > > people in shortlog. And then mention that you can run shortlog yourself. > > Sounds sensible. If you want to see what the full patch would look like, you can fetch it from: git://github.com/peff/git.git jk/doc-credits The patch itself is rather large, so I didn't want to post it. I don't know if we should extract the list of people who are being dropped and check if they have any objection. You can get a partial list with: git show jk/doc-credits^ | grep ^- | perl -lne 'print for /<(.*?)>/g' | sort -u though some people are mentioned only by name, not by email. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html