Skip to content

Commit

Permalink
Enable topo ordering of 'l' alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdeponte committed May 24, 2014
1 parent 67b9bd9 commit f389165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitconfig
Expand Up @@ -20,7 +20,7 @@
ff = merge --ff-only
pullff = pull --ff-only
noff = merge --no-ff
l = log --graph --abbrev-commit --date=relative --pretty=format:\"%C(yellow)%h%Creset -%C(red)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset\"
l = log --graph --abbrev-commit --date=relative --pretty=format:\"%C(yellow)%h%Creset -%C(red)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset\" --topo-order
la = !git l --all
fa = fetch --all
pom = push origin master
Expand Down

0 comments on commit f389165

Please sign in to comment.