]> gitweb.ps.run Git - ps-cgit/commitdiff
Fix cgit_parse_url when a repo url is contained in another repo url
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 28 Mar 2014 22:18:29 +0000 (23:18 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 5 Apr 2014 22:05:36 +0000 (19:05 -0300)
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'"


No differences found