X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/376e452eeb12c3cf89a1d19ebbd3f7c93f9bcfbf..cc87509875c09891222f8ad8f67b78e268fc2734:/.gitconfig diff --git a/.gitconfig b/.gitconfig index 3128344..9652e9a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,7 +3,7 @@ email = jamesbunton@delx.net.au [core] pager = less -+F -+X - excludesfile = ~/.gitignore + excludesfile = ~/.gitignore_global [color] ui = auto [log] @@ -17,6 +17,8 @@ default = upstream [merge] defaultToUpstream = true +[transfer] + fsckObjects = true [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