Fix 'git l' (aliased to 'gl') mapping which was not working

This commit is contained in:
yan 2012-03-07 23:14:43 -08:00 committed by Yan Pritzker
parent 307cc6e812
commit d7325f1470

View File

@ -39,8 +39,7 @@
last = diff HEAD^ # diff last committed change last = diff HEAD^ # diff last committed change
# log # log
log = log --decorate --graph --date=short l = log --graph --date=short
l = log
changes = log --pretty=format:\"%h %cr %cn %Cgreen%s%Creset\" --name-status changes = log --pretty=format:\"%h %cr %cn %Cgreen%s%Creset\" --name-status
short = log --pretty=format:\"%h %cr %cn %Cgreen%s%Creset\" short = log --pretty=format:\"%h %cr %cn %Cgreen%s%Creset\"
changelog = log --pretty=format:\" * %s\" changelog = log --pretty=format:\" * %s\"