chiark / gitweb /
bash_profile: Remove GIT environment variables.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 24 Jan 2007 13:13:59 +0000 (13:13 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 24 Jan 2007 13:15:22 +0000 (13:15 +0000)
Now we've got the global configuration file, we don't really need these
any more.

bash_profile

index 8b236eeb743c119489b517a1a864739757ca5513..e0bd570ff2b96cafb5fc1233451b9b73b3ae418e 100644 (file)
@@ -98,13 +98,6 @@ export NAME="Mark Wooding"
 export EMAIL=`__mdw_conf email`
 export QMAILINJECT=c
 
 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
 # --- Various options for programs ---
 
 umask 002