X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgitconfig;h=8c4dc6bdc3817cef64241d56034a1e3fa54ccce4;hb=cdf82bd9260a447239dd1aba26b107f7804e1a81;hp=6c59efff76904d4ffe2096a3ad4d00c2946a0de9;hpb=ea3919e139caf761ede00e6c00f6ca56a01e284f;p=clearscm.git diff --git a/rc/gitconfig b/rc/gitconfig index 6c59eff..8c4dc6b 100644 --- a/rc/gitconfig +++ b/rc/gitconfig @@ -1,42 +1,45 @@ [user] - name = Andrew DeFaria - email = adefaria@audience.local + 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"] - meta=white bold - #frag=magenta bold - old=red - new=yellow + 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 = matching + default = simple