From: Julian Maurice Date: Fri, 28 Mar 2014 22:18:29 +0000 (+0100) Subject: Fix cgit_parse_url when a repo url is contained in another repo url X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/10451797fa2370aab6f4146c86e0fa939a9a982b?ds=inline;hp=10451797fa2370aab6f4146c86e0fa939a9a982b Fix cgit_parse_url when a repo url is contained in another repo url For example, if I have two repos (remove-suffix is enabled): /foo /foo/bar http://cgit/foo/bar/ is interpreted as "repository 'foo', command 'bar'" instead of "repository 'foo/bar'" ---