author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Thu, 4 Sep 2008 21:39:21 +0000 (23:39 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 5 Sep 2008 00:01:41 +0000 (17:01 -0700) | ||
commit | cab4feb67db64d3d201145d9748b33d148f96185 | |
tree | 75f1cb9ff454e621d7b91ed139ce550ae0c007c0 | tree | snapshot |
parent | 5e9bf11c1a3052f01f86d7eb28ae4c5b8d9c7495 | commit | diff |
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>
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 | diff | blob | history | |
log-tree.c | diff | blob | history | |
log-tree.h | diff | blob | history |