dotfiles/git/.gitconfig

47 lines
1.4 KiB
INI
Raw Normal View History

2013-04-29 02:16:39 -04:00
[alias]
fancy-graph = log --graph --decorate --pretty=oneline --abbrev-commit
2013-10-21 09:32:03 -04:00
hist = log --graph --pretty=format:'%Cred%h%Creset - %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
2013-08-05 22:07:01 -04:00
hist-details = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
2013-10-21 09:32:03 -04:00
hist-tags = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
2015-11-03 16:44:21 -05:00
most-recent-by-branch = for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'
2022-01-12 21:42:45 -05:00
root = rev-parse --show-toplevel
add-trailer = commit --allow-empty --no-edit --amend --trailer
2023-04-08 01:40:42 -04:00
2021-12-21 13:19:10 -05:00
[commit]
gpgsign = true
2021-12-21 13:19:10 -05:00
2013-10-21 09:32:03 -04:00
[core]
2017-02-20 10:02:49 -05:00
autocrlf = input
2022-03-12 11:24:09 -05:00
attributesfile = ~/.config/git/gitattributes_global
2021-12-21 13:19:10 -05:00
excludesfile = ~/.config/git/gitignore_global
[github]
username = atomaka
[gpg]
2021-11-02 20:14:26 -04:00
program = gpg
2021-12-21 13:19:10 -05:00
2013-04-29 02:16:39 -04:00
[merge]
2017-02-20 10:02:49 -05:00
tool = vimdiff
2021-12-21 13:19:10 -05:00
[pull]
rebase = false
[status]
showUntrackedFiles = all
2021-12-21 13:19:10 -05:00
[user]
2022-02-23 08:59:31 -05:00
email = atomaka@atomaka.com
2021-12-21 13:19:10 -05:00
name = Andrew Tomaka
signingkey = 61209BF70A5B18BE
2022-03-12 11:24:09 -05:00
[diff "enc"]
textconv = bundle exec rails encrypted:show
cachetextconv = false
[includeIf "gitdir:~/Source/work/"]
2022-12-12 09:03:53 -05:00
path = ~/.config/git/gitconfig_mudflap
2023-04-07 19:35:28 -04:00
[init]
defaultBranch = main