Paolo Ciarrocchi wrote: > On 11/18/06, Jakub Narebski <jnareb@xxxxxxxxx> wrote: >> Paolo Ciarrocchi wrote: >>> On 11/18/06, Jakub Narebski <jnareb@xxxxxxxxx> wrote: >>>> Paolo Ciarrocchi wrote: >>>>> >>>>> Browsing the repo I reach the following URL >>>>> http://repo.or.cz/w/LinuxKernelDevelopmentProcess.git?a=blob;f=LinuxKernelDevelopmentProcess.html;hb=HEAD >>>>> that is not accessible. >>>> >>>> Because HEAD is master, not html, and there us no such file in master branch? >>> >>> Fair enough but then there should be no link in the web interface. >>> That sounds like a bug in the interface. >> >> Where did you find this link? On what page? > > Here: > http://repo.or.cz/w/LinuxKernelDevelopmentProcess.git?a=blob;f=LinuxKernelDevelopmentProcess.html;h=b5e39498997930cd14ecddfe120f62c577ce2e28;hb=html > > try now to press "HEAD" Ah, well. This could be considered a bug... but it can be not. The link is clearly marked "HEAD", so you are requesting HEAD version of the file... which does not exist. We could check if the file has HEAD version, but that is another call to git commands. What you want is the link to the tip of branch ("head", "top" or "tip")... you are welcome to add that (or replace "HEAD" link with that). Tip: href(...,hash_base => $hash_base,...) -- Jakub Narebski Poland - 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