diff options
author | 2024-09-03 15:38:56 +0100 | |
---|---|---|
committer | 2024-09-03 15:38:56 +0100 | |
commit | 4496366f315c58767645ba1266377906790bcfa6 (patch) | |
tree | f355106bdbf6d3b895c01103423b9a29eb843edb | |
parent | Correct handler names in Dovecot role (diff) |
More cgitrc modifications
THERE ARE SO MANY OPTIONS! I LOVE CGIT!!!!
-rw-r--r-- | ansible/roles/git-mirrors/templates/cgitrc.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/git-mirrors/templates/cgitrc.j2 b/ansible/roles/git-mirrors/templates/cgitrc.j2 index 4af8997..46b3150 100644 --- a/ansible/roles/git-mirrors/templates/cgitrc.j2 +++ b/ansible/roles/git-mirrors/templates/cgitrc.j2 @@ -24,6 +24,8 @@ enable-log-linecount=1 enable-blame=1 enable-follow-links=1 enable-index-owner=0 +enable-subject-links=1 +max-stats=year # Content options readme=:README.md @@ -34,3 +36,4 @@ readme=:README.txt # Repositories section-from-path=1 scan-path={{ git_mirrors_base_dir }}/mirrored +repository-sort=age |