Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
noelweichbrodt committed Oct 30, 2012
1 parent 1ffc793 commit 35ecd15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gitconfig
@@ -1,9 +1,14 @@
[user]
name = Noel Weichbrodt
email = noel@mailinator.com
[color]
[color]
ui = auto
[alias]
prettylog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %C(green(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
prettyfiles = log --graph --diff-filter[ACDMR] --name-status --pretty --source --abbrev-commit --format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %C(green(%cr) %C(bold blue)<%an>%Creset'
[core]
whitespace = trailing-space,space-before-tab
[diff]
renames = copies
[merge]
stat = true

0 comments on commit 35ecd15

Please sign in to comment.