From mboxrd@z Thu Jan 1 00:00:00 1970 From: jajm at jajm.org (Julian Maurice) Date: Fri, 28 Mar 2014 23:58:32 +0100 Subject: Subdirectories with the same name as existing repositories Message-ID: <5335FE98.9020306@jajm.org> Hi! I encountered a small problem with latest CGit. With this configuration: remove-suffix=1 scan-path=/srv/git and these directories under /srv/git: /srv/git/foo.git /srv/git/foo/bar.git I was unable to access to http://mycgit/foo/bar/ (says "Invalid request") I wrote a patch that fixes the problem https://github.com/jajm/cgit/commit/6d5c1204de28dbe09dcc135cfcce208372f30437 It's running there: https://git.jajm.org/ https://git.jajm.org/libtap13/ https://git.jajm.org/libtap13/debian/ Please tell me if there is something I can do to help integrate this patch.