Override user.email if necessary

This commit is contained in:
Peter J. Holzer 2017-02-13 20:26:02 +01:00
parent 003391d197
commit a2a9862c19
1 changed files with 7 additions and 0 deletions

View File

@ -324,3 +324,10 @@ case "$FQDN" in
;;
esac
case "$FQDN" in
*.wsr.ac.at)
export GIT_AUTHOR_EMAIL="$LOGNAME@wsr.ac.at"
;;
esac