You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
959 B

# vim: set filetype=cfg noexpandtab:
[user]
name = Dan Buch
email = dan@meatballhat.com
signingkey = A62A7ED9712E9DE1F3A4BF789685130D8B763EA7
[github]
user = meatballhat
[core]
excludesfile = ~/.git-global-ignores
editor = vim
filemode = true
autocrlf = false
pager = less -FRXx2
[clean]
requireForce = false
[branch]
autosetuprebase = remote
autosetupmerge = true
mergeoptions = --no-commit --no-ff
[daemon]
uploadpack = true
uploadarch = true
receivepack = true
[push]
default = current
[fetch]
prune = true
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[alias]
hug = blame
[commit]
template = ~/.gittemplate
gpgsign = true
[tag]
gpgsign = true
[gpg]
program = gpg2
[init]
templatedir = ~/.config/git_template