commit ecdb50ac822f296f9c26b7dd8cd4b010399b0da5 from: Omar Polo via: Thomas Adam date: Mon Jun 26 10:44:20 2023 UTC drop hack; got_get_repo_commits() doesn't look at action anymore commit - 0fc3012cbeb3ab386febc7c43684f849c69dc674 commit + ecdb50ac822f296f9c26b7dd8cd4b010399b0da5 blob - 0bea5551736c5e088e5b1ade95808a90b461d63b blob + f52efe502eb60cabafe80781a5a40538ce69c415 --- gotwebd/pages.tmpl +++ gotwebd/pages.tmpl @@ -268,7 +268,6 @@ static inline int rss_author(struct template *, char * }; if (qs->action == SUMMARY) { - qs->action = BRIEFS; error = got_get_repo_commits(c, D_MAXSLCOMMDISP); } else error = got_get_repo_commits(c, srv->max_commits_display);