From: Mike Frysinger Date: Mon, 17 Apr 2017 18:48:42 +0000 (-0400) Subject: git-log: include tag/branch names X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=03299762fb505f5466e37c4232df511752aaba21 git-log: include tag/branch names --- 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' "$@"