From: Jonas Fonseca Date: Thu, 7 Sep 2006 21:28:53 +0000 (+0200) Subject: Add poor man's "show most recent tag" by using git-describe X-Git-Tag: tig-0.5~56 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/tig/commitdiff_plain/dc23c0e307351a6e48025026ad9545936e90507c?hp=dc23c0e307351a6e48025026ad9545936e90507c Add poor man's "show most recent tag" by using git-describe In the diff view, the "Refs:" lines will now sport the output of git-describe by appending it as the last reference to the line. Now, it should probably be optional and I mostly added it because I wanted to do a little tig hacking. Anyway, let's hope it will be useful. ---