summaryrefslogtreecommitdiff
path: root/dot
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-28 18:20:35 -0400
committerAndrew Cady <d@jerkface.net>2020-05-28 18:25:26 -0400
commit9fbd4a9ea4ce0ef8df6b661b0858bfb16ba8d326 (patch)
tree2a3dea0bdf43dedba8e040debbd42d7ff17c622f /dot
parentbff2ac56b6c5cc969a5219c5a5bf608439436983 (diff)
Dynmically generate ~/.gitconfig
Ancient versions of 'git' would use the unix passwd identity as the default author/committer. This dynamically-generated ~/.gitconfig does the same. Might as well set excludesfile = ~/.config/git/ignore
Diffstat (limited to 'dot')
-rw-r--r--dot/gitconfig14
1 files changed, 0 insertions, 14 deletions
diff --git a/dot/gitconfig b/dot/gitconfig
deleted file mode 100644
index 6d9e2ed..0000000
--- a/dot/gitconfig
+++ /dev/null
@@ -1,14 +0,0 @@
1[user]
2 email = d@jerkface.net
3 name = Andrew Cady
4[sendemail]
5 from = Andrew Cady <d@jerkface.net>
6 smtpencryption = tls
7 smtpserver = smtp.gmail.com
8 smtpuser = andrew.cady@gmail.com
9 smtpserverport = 587
10 suppressfrom = yes
11[credential]
12 helper = cache
13[core]
14 excludesfile = /home/d/.config/git/ignore