From: René Scharfe Date: Thu, 4 Sep 2008 21:39:21 +0000 (+0200) Subject: move load_ref_decorations() to log-tree.c and export it X-Git-Tag: v1.6.1-rc1~231^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cab4feb67db64d3d201145d9748b33d148f96185?ds=inline;hp=cab4feb67db64d3d201145d9748b33d148f96185 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 Signed-off-by: Junio C Hamano ---