diff options
| author | patrick-scho | 2025-12-01 00:11:23 +0100 |
|---|---|---|
| committer | patrick-scho | 2025-12-01 00:11:23 +0100 |
| commit | c1357dd45874f00d2f7d280a30a63e29eae62b66 (patch) | |
| tree | 5ca6abccba0a42b884c2d19182ec25488954812c /cmd.c | |
| parent | 8398d7f957a32a45496242c50eeb0d4eccc7ad8a (diff) | |
| download | ps-cgit-c1357dd45874f00d2f7d280a30a63e29eae62b66.tar.gz ps-cgit-c1357dd45874f00d2f7d280a30a63e29eae62b66.zip | |
fix again
Diffstat (limited to 'cmd.c')
| -rw-r--r-- | cmd.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -151,7 +151,8 @@ static void stats_fn(void) static void summary_fn(void) { - cgit_print_summary(); + about_fn(); // print about page including summary instead of regular summary + // cgit_print_summary(); } static void tag_fn(void) |
