2016-09-01 02:41:15 +00:00
|
|
|
# vim: set filetype=cfg noexpandtab:
|
|
|
|
|
2012-02-26 19:38:01 +00:00
|
|
|
[user]
|
2013-12-28 17:37:46 +00:00
|
|
|
name = Dan Buch
|
2018-03-24 02:17:42 +00:00
|
|
|
email = dan@meatballhat.com
|
2023-11-02 00:46:46 +00:00
|
|
|
signingkey = A12F782281063434!
|
2013-12-28 17:37:46 +00:00
|
|
|
|
|
|
|
[github]
|
|
|
|
user = meatballhat
|
2012-02-26 19:38:01 +00:00
|
|
|
|
|
|
|
[core]
|
2013-12-28 17:37:46 +00:00
|
|
|
excludesfile = ~/.git-global-ignores
|
2014-09-27 00:26:09 +00:00
|
|
|
editor = vim
|
|
|
|
filemode = true
|
2013-12-28 17:37:46 +00:00
|
|
|
autocrlf = false
|
2015-08-19 00:14:39 +00:00
|
|
|
pager = less -FRXx2
|
2012-02-26 19:38:01 +00:00
|
|
|
|
2014-09-30 02:53:33 +00:00
|
|
|
[clean]
|
|
|
|
requireForce = false
|
|
|
|
|
2014-09-27 00:26:09 +00:00
|
|
|
[branch]
|
|
|
|
autosetuprebase = remote
|
|
|
|
autosetupmerge = true
|
|
|
|
mergeoptions = --no-commit --no-ff
|
|
|
|
|
2012-02-26 19:38:01 +00:00
|
|
|
[daemon]
|
2013-12-28 17:37:46 +00:00
|
|
|
uploadpack = true
|
|
|
|
uploadarch = true
|
|
|
|
receivepack = true
|
2012-02-26 19:38:01 +00:00
|
|
|
|
2013-01-20 04:08:18 +00:00
|
|
|
[push]
|
2014-09-27 00:26:09 +00:00
|
|
|
default = current
|
2013-01-20 04:08:18 +00:00
|
|
|
|
2020-11-22 18:49:41 +00:00
|
|
|
[pull]
|
|
|
|
rebase = false
|
|
|
|
|
2018-10-10 22:46:33 +00:00
|
|
|
[fetch]
|
|
|
|
prune = true
|
|
|
|
|
2012-02-26 19:38:01 +00:00
|
|
|
[color]
|
2013-12-28 17:37:46 +00:00
|
|
|
ui = auto
|
2012-02-26 19:38:01 +00:00
|
|
|
|
|
|
|
[color "branch"]
|
2013-12-28 17:37:46 +00:00
|
|
|
current = yellow reverse
|
|
|
|
local = yellow
|
|
|
|
remote = green
|
2012-02-26 19:38:01 +00:00
|
|
|
|
|
|
|
[color "diff"]
|
2013-12-28 17:37:46 +00:00
|
|
|
meta = yellow bold
|
|
|
|
frag = magenta bold
|
|
|
|
old = red bold
|
|
|
|
new = green bold
|
2012-02-26 19:38:01 +00:00
|
|
|
|
|
|
|
[color "status"]
|
2013-12-28 17:37:46 +00:00
|
|
|
added = yellow
|
|
|
|
changed = green
|
|
|
|
untracked = cyan
|
2012-02-26 19:38:01 +00:00
|
|
|
|
|
|
|
[alias]
|
2015-02-03 16:19:06 +00:00
|
|
|
hug = blame
|
2020-08-17 02:28:11 +00:00
|
|
|
lograph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)'
|
2012-02-26 19:38:01 +00:00
|
|
|
|
2014-11-12 16:00:11 +00:00
|
|
|
[commit]
|
2016-09-01 02:41:15 +00:00
|
|
|
template = ~/.gittemplate
|
2017-05-16 17:17:02 +00:00
|
|
|
gpgsign = true
|
|
|
|
|
2017-06-16 04:10:06 +00:00
|
|
|
[tag]
|
|
|
|
gpgsign = true
|
2023-11-13 15:32:40 +00:00
|
|
|
forceSignAnnotated = true
|
2017-06-16 04:10:06 +00:00
|
|
|
|
2017-05-16 17:17:02 +00:00
|
|
|
[gpg]
|
2017-06-01 22:09:46 +00:00
|
|
|
program = gpg2
|
2019-03-28 14:02:06 +00:00
|
|
|
|
|
|
|
[init]
|
|
|
|
templatedir = ~/.config/git_template
|
2021-01-26 15:19:37 +00:00
|
|
|
defaultBranch = main
|
2020-09-15 23:22:52 +00:00
|
|
|
|
|
|
|
[credential]
|
|
|
|
helper = store
|
|
|
|
|
|
|
|
[url "ssh://git@github.com/"]
|
|
|
|
insteadOf = https://github.com/
|