[user] name = Tony Duckles email = tony@nynim.org [alias] sh = !git-sh grab = !githug-grab thanks = !git-thanks cv = !git-cv track = !git-track ll = log --pretty=oneline --abbrev-commit --max-count=15 review = log -p --max-count=1 fp = format-patch --stdout ci = commit st = status br = branch co = checkout df = diff lg = log -p who = shortlog -s -- brdate = !git-brdate subtree = !git-subtree [core] filemode = true whitespace = space-before-tab, trailing-space [diff] renames = copies [sendemail] smtpserver = smtp.gmail.com smtpserverport = 587 smtpencryption = tls smtpuser = tony@nynim.org [color] ui = auto [color "diff"] meta = blue bold frag = magenta bold old = red bold new = green bold [color "branch"] current = yellow reverse local = yellow bold remote = green bold plain = red bold [color "status"] added = yellow changed = green bold untracked = blue bold