summaryrefslogtreecommitdiff
path: root/log-tree.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-09-18 20:18:41 -0700
committerJunio C Hamano <gitster@pobox.com>2008-09-18 20:18:41 -0700
commita1e3c2c1986e688bbef38ad573970dacd4a5899f (patch)
treea1bb062b53c1eaf5a9776e2257389fb866816348 /log-tree.h
parentb805ef08e691299478b0d0c843eeab3f066c5872 (diff)
parent3b3d443feb1e7464c81e9a29c9b237cd6fa01fe5 (diff)
downloadgit-a1e3c2c1986e688bbef38ad573970dacd4a5899f.tar.gz
Merge branch 'rs/decorate'
* rs/decorate: add '%d' pretty format specifier to show decoration move load_ref_decorations() to log-tree.c and export it log: add load_ref_decorations()
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