From mboxrd@z Thu Jan 1 00:00:00 1970 From: william.bell at frog.za.net (William Bell) Date: Tue, 26 Aug 2014 20:59:49 +0200 Subject: regular expression in search In-Reply-To: <20140825164510.GF7857@serenity.lan> References: <53F89C00.20103@frog.za.net> <20140825164510.GF7857@serenity.lan> Message-ID: <53FCD925.1040407@frog.za.net> Hi I did not realize it could do a regular expressions! The problem is as follows. If I put in a regular expression in the main index screen (which lists all the various repo's), to search for a repo beginning with git which would be ^git but it returns the following: cgit/?q=^git instead of cgit/?qt=grep&q=^git It does work but for this screen it does not detect that it is a regular expression. Regards On 08/25/2014 06:45 PM, John Keeping wrote: > On Sat, Aug 23, 2014 at 03:49:52PM +0200, William Bell wrote: >> I would like to use a regular expression in the search field as in >> gitweb. > What do you mean by this? The "log msg", "author" and "committer" > searches already take regular expressions. > > Do you mean a pickaxe search option? >