aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-05 13:30:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-05 13:30:14 +1200
commit350fc5e6ed4d35638c6493e210dbe7a35b5fa099 (patch)
treeed398c66b9f9abe45d31b0845e7714d7c421c862 /git
parentAvoid using builtin names for promptt function arg (diff)
downloaddotfiles-350fc5e6ed4d35638c6493e210dbe7a35b5fa099.tar.gz
dotfiles-350fc5e6ed4d35638c6493e210dbe7a35b5fa099.zip
More thorough quoting
Diffstat (limited to 'git')
-rw-r--r--git/gitconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/git/gitconfig b/git/gitconfig
index 5207efce..dda53dcf 100644
--- a/git/gitconfig
+++ b/git/gitconfig
@@ -6,8 +6,8 @@
#
# GIT_AUTHOR_NAME='Tom Ryder'
# GIT_AUTHOR_EMAIL='tom@sanctum.geek.nz'
-# GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
-# GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
+# GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
+# GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
# export GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL
#
[advice]