]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-shared.c
scan_path(): Improve handling of inaccessible directories
[ps-cgit] / ui-shared.c
index f46c935cdeeb784ddaed4fcaf7c2e57dee49a9d9..ae29615a32d04ac8c3e933815e61b64543fdecee 100644 (file)
@@ -840,6 +840,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("range", "range", ctx->qry.grep);
                html("</select>\n");
                html("<input class='txt' type='text' size='10' name='q' value='");
                html_attr(ctx->qry.search);