From: Mark Wooding Date: Wed, 24 Jan 2007 13:13:59 +0000 (+0000) Subject: bash_profile: Remove GIT environment variables. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/9d495f15a48d8ca15e045871df3b911b2b456ab5?ds=inline bash_profile: Remove GIT environment variables. Now we've got the global configuration file, we don't really need these any more. --- diff --git a/bash_profile b/bash_profile index 8b236ee..e0bd570 100644 --- a/bash_profile +++ b/bash_profile @@ -98,13 +98,6 @@ export NAME="Mark Wooding" export EMAIL=`__mdw_conf email` export QMAILINJECT=c -# --- GIT environment things --- - -export GIT_AUTHOR_NAME=$NAME -export GIT_AUTHOR_EMAIL=$EMAIL -export GIT_COMMITTER_NAME=$NAME -export GIT_COMMITTER_EMAIL=$EMAIL - # --- Various options for programs --- umask 002