From 45c49d6cf4b819385dfee620a81e3cb095ed5cd1 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 13 Sep 2009 21:56:45 +0200 Subject: Use GIT-1.6.4.3 Signed-off-by: Lars Hjemli --- ui-commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-commit.c') diff --git a/ui-commit.c b/ui-commit.c index d6b73ee..f5b0ae5 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -35,7 +35,7 @@ void cgit_print_commit(char *hex) } info = cgit_parse_commit(commit); - load_ref_decorations(); + load_ref_decorations(DECORATE_FULL_REFS); html("\n"); html("
author"); -- cgit v1.2.3-24-g4f1b