Template for .git
folder.
Do:
git config --global init.templatedir '/path/to/this/repo/template'
In each folder that you want to set the email for, do e.g.:
git config --file /mnt/data/code/open-source/.gitconfig user.email "[email protected]"
See my Stack Overflow answer for details.