##// END OF EJS Templates
copies: teach symmetric difference about working revisions...
copies: teach symmetric difference about working revisions - use changelog.count() as a pseudo revision number - abort early in copies if revs are the same - eliminate working dir hacks in copies - yield results as they're found

File last commit:

r6218:345a23ec default
r6430:a6a66e81 default
Show More
footer.tmpl
11 lines | 207 B | application/x-cheetah | CheetahLexer
Brendan Cully
Move gitweb theme into subdirectory
r3234 <div class="page_footer">
Brendan Cully
gitweb: remove some line breaks in archive and rss columns....
r6218 <div class="page_footer_text">{repo|escape}</div>
<div class="rss_logo">
<a href="{url}rss-log">RSS</a>
<a href="{url}atom-log">Atom</a>
</div>
Thomas Arendsen Hein
Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
r3478 <br />
Brendan Cully
gitweb: remove some line breaks in archive and rss columns....
r6218 {motd}
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
</body>
</html>