Improved default git logging to use tree graph mode

This commit is contained in:
$GIT_USER
2011-11-22 20:53:24 -06:00
parent 9b316b6022
commit 2521585b06
2 changed files with 12 additions and 9 deletions

View File

@@ -58,6 +58,9 @@
# move patch
# default logging
l = log --decorate --graph --oneline
# nice logs
changes = log --pretty=format:\"%h %cr %cn %Cgreen%s%Creset\" --name-status
short = log --pretty=format:\"%h %cr %cn %Cgreen%s%Creset\"