summaryrefslogtreecommitdiff
path: root/gitconfig-vm
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-07-23 18:41:02 +0300
committerLars Wirzenius <liw@liw.fi>2017-07-23 18:41:02 +0300
commitd1e2e4d9353ca84ca9555dbf96c5cac26c6677e6 (patch)
treef824aa9b49f6408ac3154edfa712882343d9fe5a /gitconfig-vm
parent11fae0f3254bad3b99f1d531a1071866cf35b0aa (diff)
downloadliw-dot-files-d1e2e4d9353ca84ca9555dbf96c5cac26c6677e6.tar.gz
Add: gitconfig for my dev vms
Not gpg signing of commits is the big difference.
Diffstat (limited to 'gitconfig-vm')
-rw-r--r--gitconfig-vm24
1 files changed, 24 insertions, 0 deletions
diff --git a/gitconfig-vm b/gitconfig-vm
new file mode 100644
index 0000000..d9d3367
--- /dev/null
+++ b/gitconfig-vm
@@ -0,0 +1,24 @@
+[user]
+ name = Lars Wirzenius
+ email = liw@liw.fi
+[core]
+ excludesfile = /home/liw/.git-global-ignore
+[url "ssh://git@git.liw.fi/"]
+ pushInsteadOf = git://git.liw.fi/
+[url "ssh://gitano@git.gitano.org.uk/personal/liw/"]
+ pushInsteadOf = git://git.gitano.org.uk/personal/liw/
+[url "ssh://git@gitorious.org/"]
+ pushInsteadOf = git://gitorious.org/
+[color]
+ ui = auto
+[push]
+ default = simple
+[sendemail]
+ smtpserver = localhost
+ smtpserverport = 25
+ from = Lars Wirzenius <liw@liw.fi>
+ envelope-sender = liw@liw.fi
+ envelopesender = liw@liw.fi
+ suppresscc = self
+[annex]
+ sshcaching = false