X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgitconfig;h=2d54e48adc9eedbd9c185fc7e77285b5dddb62bf;hb=b1f5fe3b3f099b5d0ffbf406dd4bee2c35522813;hp=6c59efff76904d4ffe2096a3ad4d00c2946a0de9;hpb=7c0b9dad6b576937844c9701bdf0f41a537fc670;p=clearscm.git diff --git a/rc/gitconfig b/rc/gitconfig index 6c59eff..2d54e48 100644 --- a/rc/gitconfig +++ b/rc/gitconfig @@ -1,42 +1,46 @@ [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 + oldest-ancestor = !bash -c 'diff -u <(git rev-list --first-parent "${1:-master}") <(git rev-list --first-parent "${2:-HEAD}") | sed -ne \"s/^ //p\" | head -1' - + [push] - default = matching + default = simple