Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2008-09-05 01:39:21 +0400
committerJunio C Hamano <gitster@pobox.com>2008-09-05 04:01:41 +0400
commitcab4feb67db64d3d201145d9748b33d148f96185 (patch)
tree75f1cb9ff454e621d7b91ed139ce550ae0c007c0 /log-tree.h
parent5e9bf11c1a3052f01f86d7eb28ae4c5b8d9c7495 (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>
Diffstat (limited to 'log-tree.h')
-rw-r--r--log-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/log-tree.h b/log-tree.h
index 59ba4c48b7..3c8127bb7c 100644
--- a/log-tree.h
+++ b/log-tree.h
@@ -17,5 +17,6 @@ void log_write_email_headers(struct rev_info *opt, const char *name,
const char **subject_p,
const char **extra_headers_p,
int *need_8bit_cte_p);
+void load_ref_decorations(void);
#endif