X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/cc87509875c09891222f8ad8f67b78e268fc2734..4c43b71f6ed43032fae9312af6e090826b7ff764:/.gitconfig diff --git a/.gitconfig b/.gitconfig index 9652e9a..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_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