]> code.delx.au - dotfiles/blobdiff - .gitconfig
bash: improve SSH_AUTH_SOCK detection
[dotfiles] / .gitconfig
index 3128344b05b3642c23ae2a863e8876885d5940af..caefde2fd46cfd98f8e47f6aa8f07a414d717507 100644 (file)
@@ -1,9 +1,8 @@
-[user]
-       name = James Bunton
-       email = jamesbunton@delx.net.au
 [core]
-       pager = less -+F -+X
-       excludesfile = ~/.gitignore
+       excludesfile = ~/.gitignore_global
+[pager]
+       branch = less -F
+       tag = less -F
 [color]
        ui = auto
 [log]
@@ -17,6 +16,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