summaryrefslogtreecommitdiff
path: root/ui-shared.c
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2010-06-22 16:16:24 +0200
committerLars Hjemli <hjemli@gmail.com>2010-06-22 16:16:24 +0200
commit6654d5b7bdc1d775cf09ca6690b1fc5ecea4696d (patch)
treef03c3c3621b343493fb3c834ba3b8e4ebfe09471 /ui-shared.c
parent6f92f332e6a9ee3e16051bda9fe148607af67f65 (diff)
parenta579fb02561c98a146c9e707d098d2b10aa02015 (diff)
downloadcgit-6654d5b7bdc1d775cf09ca6690b1fc5ecea4696d.tar.gz
cgit-6654d5b7bdc1d775cf09ca6690b1fc5ecea4696d.tar.bz2
cgit-6654d5b7bdc1d775cf09ca6690b1fc5ecea4696d.zip
Merge branch 'lh/range-search'
Diffstat (limited to 'ui-shared.c')
-rw-r--r--ui-shared.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-shared.c b/ui-shared.c
index c99bcec..c398d7a 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -830,6 +830,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);
?h=v0.4.0&id=416be8872c0066a84a3e03622bb3dbb7c5544eea&follow=1'>--version flagRené 'Necoro' Neumann1-0/+6 2020-05-03Rename from 'client' to 'cl'René 'Necoro' Neumann5-26/+26 2020-05-03Use UIDPLUS Imap extensionRené 'Necoro' Neumann4-11/+33 2020-05-03Fix update in IMAPRené 'Necoro' Neumann1-2/+12 2020-05-03Update support for IMAPRené 'Necoro' Neumann5-17/+205 2020-05-03Option "reupload-if-updated"René 'Necoro' Neumann2-0/+4 2020-05-03Fix typoRené 'Necoro' Neumann1-2/+2 2020-05-02Use uuid library directly and encode to base64.René 'Necoro' Neumann6-10/+16 2020-05-02RestructureRené 'Necoro' Neumann8-95/+111 2020-05-02WIP: Message-IdsRené 'Necoro' Neumann8-5/+40 2020-05-02Typo and mention config example in READMERené 'Necoro' Neumann2-1/+3