Add reflog member to the column_data struct
commitc53a518939bc71fdb60b0e6a69a74e55b358c3fe
authorJonas Fonseca <jonas.fonseca@gmail.com>
Fri, 25 Apr 2014 01:12:57 +0000 (24 21:12 -0400)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Fri, 25 Apr 2014 01:12:57 +0000 (24 21:12 -0400)
treee3411e6e3589e52f9e182f7db94dfc0c2f058742
parent066c3d539c28c7212d321003e67a51dbeefc0cc4
Add reflog member to the column_data struct

This way the ID width calculation does not have to guess if the ID is a
SHA1 or a reflog ID.
include/tig/view.h
src/draw.c
src/main.c
src/view.c