git » {{repo.name}}

{{repo.info.desc}}

% if repo.info.web_url or repo.info.git_url: % if repo.info.web_url: % end % if repo.info.git_url: % end
website {{repo.info.web_url}}
repository {{! '
'.join(repo.info.git_url.split())}}

% end % if "master" in repo.branch_names(): % kwargs = dict(repo = repo, start_ref = "refs/heads/master", % limit = repo.info.commits_in_summary, % shorten = shorten, repo_root = ".", offset = 0) % include commit-list **kwargs % end
% for b in repo.branch_names(): %end
branches
{{b}}

% tags = list(repo.tags()) % if tags: % for name, obj_id in tags: %end
tags
{{name}}
% end