Seriously?
Oh. Some time with strace later...
Its because Perl totally borked the $projectroot path when it was
looking at $GIT_DIR/ctags. $GIT_DIR has a space in the path and
Perl bound the first aprt, opened it, but cannot open the second
part of the $GIT_DIR/ctags string because it doesn't exist.
The code in question is the new tag cloud code in gitweb that
Peter added. So bisect is still correct.
My guess is its the code in git_get_project_ctags(), around
l.1804-1816.
--
Shawn.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html