By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 commit.txt

View raw Download
text/plain • 176 B
ASCII text
        
            
1
{% extends "mail.txt" %}
2
{% block content %}
3
# New commit in {{ repo }}
4
5
Commited by {{ commit.owner.username }}
6
7
---------------------------------------
8
9
{{ commit.message }}
10