Finally, note that with this list the only nameless username is "gdbadmin". However, any time a new username cvs-commits a change, that username will appear in the git repository with no associated 'First Last ' information. If/when that happens, let me know and I can update the map so that future cvs commits include the usual information. ----------------- Since I wrote the above, I've made the repository available: Here's the gitweb interface: http://sourceware.org/git/gitweb.cgi?p=gdb.git As it suggests at the top, you can get a copy via any of these URLs: git://sources.redhat.com/git/gdb.git ssh://sources.redhat.com/git/gdb.git http://sources.redhat.com/git/gdb.git E.g., run this git clone git://sources.redhat.com/git/gdb.git That downloads ~73MB to create a copy of the repository in gdb/.git, and puts all of the checked out files in gdb consuming a total of ~200MB. If there are enough changes to the Authors list, I may regenerate everything within the next couple weeks. If any of you would like to rely on this, please ensure that all of the files you care about are in the git repository. For example, I heard that three tcl-related directories need not be included, so I excluded those along with the likes of ld, gold, gas, etc. Also, please ensure that any branches you're interested in are accurately reproduced in git. Jim