X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgitconfig;h=8c4dc6bdc3817cef64241d56034a1e3fa54ccce4;hb=8245cb14bf18886a48e37309a6241b8ce0d50ea0;hp=63b55889c70f6058ce866ac24ade5bd655c9d396;hpb=4bda7186bbd608c7e2a12bdbe09ba760f8f2d034;p=clearscm.git diff --git a/rc/gitconfig b/rc/gitconfig index 63b5588..8c4dc6b 100644 --- a/rc/gitconfig +++ b/rc/gitconfig @@ -1,39 +1,45 @@ [user] - name = Andrew DeFaria - email = Andrew@DeFaria.com + name = Andrew DeFaria + email = Andrew@DeFaria.com + [pack] - windowMemory=128m - threads=1 - deltaCacheSize=128m + windowMemory=128m + threads=1 + deltaCacheSize=128m + [core] - pager = less -RX - packedGitLimit=128m - packedGitWindowSize=128m + pager = less -RX + packedGitLimit=128m + packedGitWindowSize=128m + [color] - status=auto - diff=auto - branch=auto + status=auto + diff=auto + branch=auto # Currently these are restating the default [color "branch"] - current=green - local=white - remote=red + current=green + local=white + remote=red + [color "diff"] - external = /usr/local/bin/git-meld + external = /usr/local/bin/git-meld + [color "status"] - added=yellow - changed=green - untracked=cyan + added=yellow + changed=green + untracked=cyan [alias] - co=checkout - ci=commit - st=status - br=branch - hist=log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short - type=cat-file -t - dump=cat-file -p - dlog=log --decorate + co=checkout + ci=commit + st=status + br=branch + hist=log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short + type=cat-file -t + dump=cat-file -p + dlog=log --decorate + [push] - default = simple + default = simple