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