Hi Laurent, Laurent Bigonville wrote:
> I've just updated to 1:1.7.2.3-2 and now gitweb.js is correctly > installed. But the default configuration set the path to > > $javascript = "gitweb.js"; > > and for some reason this doesn't work (404). See /usr/share/doc/gitweb/NEWS.Debian.gz: Since version 1.6.6-rc1, gitweb includes a "git blame" feature that loads asynchronously using the gitweb.js script. You may need to adapt your web server configuration to include it. See /usr/share/doc/git/README.Debian for details. Maybe there is a missing Alias /gitweb.js /usr/share/gitweb/gitweb.js line in your apache configuration? Thanks for reporting, Jonathan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

