RSS Git Download  Clone
Raw View History
Blames found: 5 Mode: twig Binary: false


Hang on, we reloading big blames...
{% extends 'layout_page.twig' %} {% set page = 'searchcommits' %}
{% block title %}P3X GitList{% endblock %}
{% block content %}
{% include 'breadcrumb.twig' with {breadcrumbs: [{dir: 'Commits search results for: ' ~ query, path:''}]} %}
{% include 'commits_list.twig' %} {% endblock %}