git/client: Don't hardcode mail domain
This commit is contained in:
parent
d89cfb70b7
commit
5a6da68f2f
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ if ( "`git config user.name`" == "" ) then
|
|||
git config --global user.name "`getent passwd '${USER}' | cut -d : -f 5`"
|
||||
endif
|
||||
if ( "`git config user.email`" == "" ) then
|
||||
git config --global user.email "${USER}@foo.sh"
|
||||
git config --global user.email "${USER}@{{ mail_domain }}"
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue