summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-05-29 15:12:37 +0200
committerben <benjaminfranzke@googlemail.com>2010-05-29 15:12:37 +0200
commit9c846e5bcd4910d744d41a728c08412d5b942ef8 (patch)
treed06a7e0abadf6e4c57f6510bd0678dbc5a2128a1 /.config
parente5f2c1c7a1e9786ddbcdf2f04facdaa2f66e6f57 (diff)
parentd4c74f060800fd783951996e31741b4cdb46ee22 (diff)
downloaddotfiles-9c846e5bcd4910d744d41a728c08412d5b942ef8.tar.gz
dotfiles-9c846e5bcd4910d744d41a728c08412d5b942ef8.tar.bz2
dotfiles-9c846e5bcd4910d744d41a728c08412d5b942ef8.zip
Merge branch 'master' of github.com:benf/dotfiles
Diffstat (limited to '.config')
-rwxr-xr-x.config/git/configure.sh13
1 files changed, 9 insertions, 4 deletions
diff --git a/.config/git/configure.sh b/.config/git/configure.sh
index 08a7ca3..523b937 100755
--- a/.config/git/configure.sh
+++ b/.config/git/configure.sh
@@ -1,7 +1,12 @@
#!/bin/bash
-git config --global branch.master.remote origin
-git config --global branch.master.merge refs/heads/master
+do_echo() {
+ echo $@
+ eval $@
+}
-git config --global user.name ben
-git config --global user.email benjaminfranzke@googlemail.com
+do_echo git config --global branch.master.remote origin
+do_echo git config --global branch.master.merge refs/heads/master
+
+do_echo git config --global user.name ben
+do_echo git config --global user.email benjaminfranzke@googlemail.com