move load_ref_decorations() to log-tree.c and export it
commitcab4feb67db64d3d201145d9748b33d148f96185
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Thu, 4 Sep 2008 21:39:21 +0000 (4 23:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Sep 2008 00:01:41 +0000 (4 17:01 -0700)
tree75f1cb9ff454e621d7b91ed139ce550ae0c007c0
parent5e9bf11c1a3052f01f86d7eb28ae4c5b8d9c7495
move load_ref_decorations() to log-tree.c and export it

log-tree.c is the ideal place for load_ref_decorations() and its
helper functions to live in, because the variable name_decoration
they're operating on is already located there, so move them thither.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-log.c
log-tree.c
log-tree.h