From 03299762fb505f5466e37c4232df511752aaba21 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Apr 2017 14:48:42 -0400 Subject: [PATCH] git-log: include tag/branch names --- .bin/git-log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' "$@" -- 2.39.2