From af5d73d7d6150468b68053f5ead14bc63140df55 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Tue, 26 Nov 2024 13:34:02 +0100 Subject: [PATCH] Used commit author and not committer when recording changesets THis should enable us to extract commit statistics per user. See https://github.com/django/djangoproject.com/issues/1744 --- trac-env/conf/trac.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trac-env/conf/trac.ini b/trac-env/conf/trac.ini index fa2ac41..970b5a3 100644 --- a/trac-env/conf/trac.ini +++ b/trac-env/conf/trac.ini @@ -63,6 +63,8 @@ projects_url = [git] cached_repository = enabled persistent_cache = enabled +# We want authors listed, not committers: +use_committer_id = disabled [header_logo] alt = Django