Unidiff1 files changed, 5 insertions, 0 deletions
|
diff --git a/cgitrc b/cgitrc index 054a708..0f602e4 100644 --- a/ cgitrc+++ b/ cgitrc |
|
@@ -19,8 +19,13 @@ |
19 | ## Enable/disable display of 'number of lines changed' in log view |
19 | ## Enable/disable display of 'number of lines changed' in log view |
20 | #enable-log-linecount=0 |
20 | #enable-log-linecount=0 |
21 | |
21 | |
22 | |
22 | |
| |
23 | ## Enable/disable display of HEAD shortlog in summary view. Set it to maximum |
| |
24 | ## number of commits that should be displayed |
| |
25 | #summary-log=0 |
| |
26 | |
| |
27 | |
23 | ## Specify a root for virtual urls. This makes cgit generate urls like |
28 | ## Specify a root for virtual urls. This makes cgit generate urls like |
24 | ## |
29 | ## |
25 | ## http://localhost/git/repo/log/?id=master |
30 | ## http://localhost/git/repo/log/?id=master |
26 | ## |
31 | ## |
|