chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37a9583
)
bash_profile: Remove GIT environment variables.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 24 Jan 2007 13:13:59 +0000
(13:13 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/bash_profile
b/bash_profile
index 8b236eeb743c119489b517a1a864739757ca5513..e0bd570ff2b96cafb5fc1233451b9b73b3ae418e 100644
(file)
--- 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