From 7c1aa5ec7b2b622207cfef49789fef4e379a2cc7 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sun, 8 Aug 2010 21:12:47 -0500 Subject: [PATCH] .gitconfig: Ensure all value lines start with tab's --- .gitconfig | 72 +++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/.gitconfig b/.gitconfig index 8ac1adb..4723821 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,54 +1,54 @@ [user] - name = Tony Duckles - email = tony@nynim.org + 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 -- + 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 -- [core] - filemode = true - whitespace = space-before-tab, trailing-space + filemode = true + whitespace = space-before-tab, trailing-space [diff] - renames = copies + renames = copies [sendemail] - smtpserver = smtp.gmail.com - smtpserverport = 587 - smtpencryption = tls - smtpuser = tony@nynim.org + smtpserver = smtp.gmail.com + smtpserverport = 587 + smtpencryption = tls + smtpuser = tony@nynim.org [color] - ui = auto + ui = auto [color "diff"] - meta = blue bold - frag = magenta bold - old = red bold - new = green bold + 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 + current = yellow reverse + local = yellow bold + remote = green bold + plain = red bold [color "status"] - added = yellow - changed = green bold - untracked = blue bold + added = yellow + changed = green bold + untracked = blue bold -- 2.43.0