Git Repos / blogofile_gitview / _templates / gitview / git_header.mako
Last update to this file was on 2021-07-31 at 09:27.
Show git_header.mako
<%page args="name, lastcommit, extra"/>\
<%
bcgp = bf.config.gitview.path
second = '<a href="/{}/{}/">{}</a>'.format(
bf.config.gitview.path, name, name)
%>\
<header>
% if extra:
<h2><a href="/${bcgp}/">Git Repos</a> / ${second} / ${extra}</h2>
% else:
<h2><a href="/${bcgp}/">Git Repos</a> / ${second}</h2>
% endif
<p>Last commit to this repo was on ${lastcommit.strftime("%Y-%m-%d at %H:%M")}.
% if bf.template_context.template_name == "git_repo.mako":
You can jump to the <a href="#files">file list</a>, the
<a href="#commits">commit log</a>, the <a href="#branchlist">branches</a>,
or <a href="#taglist">tags</a>.
% endif
</p></header>\
Return to the top of this page or return to the overview of this repo.
Log git_header.mako
Date | Commit Message | Author | + | - |
---|---|---|---|---|
2021-07-31 | Implement branches & tags, various other changes | cev | +3 | -1 |
2021-07-25 | Initial commit | cev | +17 |
Return to the top of this page or return to the overview of this repo.