Skip to content

Commit

Permalink
fixing whitespace out of boredom
Browse files Browse the repository at this point in the history
  • Loading branch information
scudco committed Mar 17, 2009
1 parent ab7583a commit e108dfe
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions ubuntu/gitconfig
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
[user]
name = Adam Anderson
email = [email protected]
name = Adam Anderson
email = [email protected]
[color]
branch = auto
status = auto
diff = auto
ui = auto
branch = auto
status = auto
diff = auto
ui = auto
[core]
excludesfile = /home/scudco/.gitignore
excludesfile = /home/scudco/.gitignore
[branch]
autosetupmerge = true
autosetupmerge = true

[color "branch"]
current = yellow reverse
local = yellow
remote = green
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
added = yellow
changed = green
untracked = cyan

[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol

[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p

0 comments on commit e108dfe

Please sign in to comment.