aboutsummaryrefslogtreecommitdiff
path: root/git/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'git/gitconfig')
-rw-r--r--git/gitconfig39
1 files changed, 0 insertions, 39 deletions
diff --git a/git/gitconfig b/git/gitconfig
deleted file mode 100644
index 5fbe38c4..00000000
--- a/git/gitconfig
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-# The user section is intentionally left undefined here, because the name and
-# email I want to use for commits varies between contexts and machines (most
-# notably when I'm on a work machine). I therefore use an un-versioned script
-# in ~/.profile.d to do this that looks something like the following:
-#
-# GIT_AUTHOR_NAME='Tom Ryder'
-# GIT_AUTHOR_EMAIL='tom@sanctum.geek.nz'
-# 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]
- statusHints = false
-
-[alias]
- others = ls-files --others --exclude-standard
-
-[color]
- ui = true
-
-[diff]
- tool = vimdiff
-
-[difftool]
- prompt = false
-
-[grep]
- extendRegexp = true
- lineNumber = true
-
-[log]
- date = local
-
-[push]
- default = matching
-
-[status]
- short = true