X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/b03164bc76ec1451ac2fa5168066f7f883172f0c..a2a038ea66a84da173b6cfb6a8cd13109166ca48:/.gitconfig diff --git a/.gitconfig b/.gitconfig index a6a5279..4c0abc3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,9 +1,10 @@ -[user] - name = James Bunton - email = jamesbunton@delx.net.au +[init] + templatedir = ~/.git-template [core] - pager = less -+F -+X - excludesfile = ~/.gitignore + excludesfile = ~/.gitignore_global +[pager] + branch = less -F + tag = less -F [color] ui = auto [log] @@ -19,6 +20,8 @@ defaultToUpstream = true [transfer] fsckObjects = true +[fetch "fsck"] + zeroPaddedFileMode = warn [alias] graphlog = log --graph --pretty=format:'%C(bold black)%h%Creset %C(bold red)%ad %C(bold blue)%s%Creset %C(bold yellow)%d%Creset %C(bold black)<%an>%Creset' --date=short ci = commit