X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.bin%2Fgit-log;h=c79fa3875bef7f3048176bd7d123780521d07e85;hb=53756ed8612888ef97a5c39a83e9ceaaed56ac91;hp=90a1dbf5f035ea6392bbf56f942cec1ff9c37a24;hpb=8069c098fceb3042ac94f947ae344b0ae7761b97;p=home.git diff --git a/.bin/git-log b/.bin/git-log index 90a1dbf..c79fa38 100755 --- a/.bin/git-log +++ b/.bin/git-log @@ -1,2 +1,2 @@ #!/bin/sh -exec git log --pretty='format:%Cred%h%Creset %Cgreen%ai%Creset %s' "$@" +exec git log --pretty='format:%Cred%h%Creset %Cgreen%ai%Creset %s%C(bold)%C(yellow)%d%Creset' "$@"