From b3c2409b28e2ae59c038f7ef6a34a7502d287fea Mon Sep 17 00:00:00 2001 From: Cillian de Roiste Date: Sat, 26 Jan 2008 17:40:20 +0000 Subject: [PATCH 1/1] put the commit details into it's own div --- src/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log.c b/src/log.c index 3793a00..5d7f938 100644 --- a/src/log.c +++ b/src/log.c @@ -193,7 +193,7 @@ webgit_log_table (struct webgit_query* query, const char* object, int count, int ) ); - , + #if 0 /* traverse parents */ struct commit *parent; while ((parent = pop_commit (&commit->parents))) -- 2.20.1