On Tue, 15 Sep 2009 13:43:17 -0400 Tim Visher <tim.visher@xxxxxxxxx> wrote: [...] > It would be nicer to > have an arbitrary number of authors that can all exist separately, but > I'm fairly certain that git does not support that. Tim, If you're just looking for a way to quickly switch the author information quickly between individual commits. You could create a shell alias for each of the programmers that does: export GIT_AUTHOR_NAME="some name" GIT_AUTHOR_EMAIL="name@xxxxxxxxx" This will override the global and per repo configured author information for all subsequent commits. HTH, Sean -- 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