Hi, On Thu, Nov 06, 2008 at 12:14:56AM +0100, Francis Galiegue wrote: > * second: even though this may be a "non problem", we use Bonsai, which has > the ability to see what was commited by whom, given a time interval (from d1 > to d2): the base gitweb allows to search by commiter, which is good, but it > has no date boundaries: do tools exist for git that can do this? If not, that > wouldn't be a big deal, however... git log --since='2 months ago' --until='1 month ago' There is no gitweb functionality for this right now, but I think an implementation of that would be welcome in principle. > * third: also Bonsai-related; Bonsai can link to Bugzilla by matching (wild > guess) /\b(?:#?)(\d+)\b/ and transforming this into > http://your.bugzilla.fqdn.here/show_bug.cgi?id=$1. Does gitweb have this > built-in? (haven't looked yet) Is this planned, or has it been discussed and > been considered not worth the hassle? This is planned and I think there are third-party patches for this (cannot find them quickly, though), but upstream gitweb does not have the support for this included yet. -- Petr "Pasky" Baudis People who take cold baths never have rheumatism, but they have cold baths. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html