From 9fbd4a9ea4ce0ef8df6b661b0858bfb16ba8d326 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 28 May 2020 18:20:35 -0400 Subject: 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 --- dot/gitconfig | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 dot/gitconfig (limited to 'dot') diff --git a/dot/gitconfig b/dot/gitconfig deleted file mode 100644 index 6d9e2ed..0000000 --- a/dot/gitconfig +++ /dev/null @@ -1,14 +0,0 @@ -[user] - email = d@jerkface.net - name = Andrew Cady -[sendemail] - from = Andrew Cady - smtpencryption = tls - smtpserver = smtp.gmail.com - smtpuser = andrew.cady@gmail.com - smtpserverport = 587 - suppressfrom = yes -[credential] - helper = cache -[core] - excludesfile = /home/d/.config/git/ignore -- cgit v1.2.3