]> code.delx.au - dotfiles/commitdiff
gitconfig: fsckObjects on by default
authorJames Bunton <jbunton@atlassian.com>
Wed, 19 Jul 2017 12:32:11 +0000 (22:32 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 19 Jul 2017 12:32:30 +0000 (22:32 +1000)
.gitconfig

index 3128344b05b3642c23ae2a863e8876885d5940af..a6a527912c1ec2002f2107125cc820366cca2ee5 100644 (file)
@@ -17,6 +17,8 @@
        default = upstream
 [merge]
        defaultToUpstream = true
        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
 [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