# HG changeset patch # User Steve Losh # Date 1337094169 14400 # Node ID ad2fbe76ed24e7158ace0aeeae64e726286ee207 # Parent c78c98ee75cba23d465ce394056fe7220425616c moar aliases to make git less painful diff -r c78c98ee75cb -r ad2fbe76ed24 gitconfig --- a/gitconfig Thu May 10 12:18:07 2012 -0400 +++ b/gitconfig Tue May 15 11:02:49 2012 -0400 @@ -8,6 +8,8 @@ excludesfile = /Users/sjl/.gitignore [alias] + tags = tag -l + branches = branch -a l = log -16 --color=always --all --topo-order --pretty='format:%Cgreen%h%Creset %s%Cred%d%Creset %C(black bold)(by %an)%Creset' ll = log --color=always --all --topo-order --pretty='format:%Cgreen%h%Creset %s%Cred%d%Creset %C(black bold)(by %an)%Creset' gl = log -10 --color=always --all --graph --topo-order --pretty='format:%Cgreen%h%Creset %s %C(black bold)(by %an)%Creset%C(yellow bold)%d%Creset%n'