##// END OF EJS Templates
Fix git patch application when cwd != repo.root
Fix git patch application when cwd != repo.root

File last commit:

r2126:2e77f785 default
r3055:efd26cee default
Show More
header.tmpl
8 lines | 280 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 Content-type: text/html
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
mpm@selenic.com
Prettify the web interface...
r142 <html>
<head>
Josef "Jeff" Sipek
[hgweb] Added favicon to standard/gitweb templates
r1790 <link rel="icon" href="?static=hgicon.png" type="image/png">
Matt Mackall
[hgweb] Prevent search engine bots from indexing the entire repository
r1628 <meta name="robots" content="index, nofollow" />
Thomas Arendsen Hein
Use <link> tag instead if CDATA import for CSS stylesheets. Fixes issue200.
r2126 <link rel="stylesheet" href="?static=style.css" type="text/css" />