Skip to content

Commit

Permalink
Tweak git log format
Browse files Browse the repository at this point in the history
  • Loading branch information
duien committed Mar 16, 2012
1 parent 776b040 commit 08e69c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
editor = vim
[alias]
vis = "log --graph --pretty=format:\"%C(yellow bold)%h%Creset by %C(red)%an%Creset (%ar)%C(blue bold)%d%Creset%n%s%n%b\" --all"
history = "log --all --graph"
history = "log --oneline --decorate --all --graph"
co = checkout
[format]
pretty = format:%C(yellow)%h%C(blue)%d%Creset %C(red)%aN%Creset %s
pretty = format:%C(yellow)%h %C(red)%aN%Creset %C(blue)%d%Creset %s
[difftool "Kaleidoscope"]
cmd = ksdiff-wrapper git \"$LOCAL\" \"$REMOTE\"
[difftool]
Expand Down

0 comments on commit 08e69c4

Please sign in to comment.