]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-shared.c
ui-log.c: allow commit range as search expression
[ps-cgit] / ui-shared.c
index 8827fff4b19ed6b231a09f6870d4c2615deea82a..0f65474fa708192ee2dc1a0e97b4332ae5779023 100644 (file)
@@ -738,6 +738,7 @@ void cgit_print_pageheader(struct cgit_context *ctx)
                html_option("grep", "log msg", ctx->qry.grep);
                html_option("author", "author", ctx->qry.grep);
                html_option("committer", "committer", ctx->qry.grep);
                html_option("grep", "log msg", ctx->qry.grep);
                html_option("author", "author", ctx->qry.grep);
                html_option("committer", "committer", ctx->qry.grep);
+               html_option("range", "range", ctx->qry.grep);
                html("</select>\n");
                html("<input class='txt' type='text' size='10' name='q' value='");
                html_attr(ctx->qry.search);
                html("</select>\n");
                html("<input class='txt' type='text' size='10' name='q' value='");
                html_attr(ctx->qry.search);