{{ repo_name }} 提交详情
{{ commit_hash }}
RepoId: {{ repo_id }}
复制哈希
下载 patch
git log -1 --pretty=fuller
{{ log_text | e }}
文件变更统计
文件
统计
{% if numstat and numstat|length > 0 %} {% for row in numstat %}
{{ row.path }}
{% if row.is_binary %}
binary
{% else %}
+{{ row.added }}
~{{ row.modified }}
-{{ row.deleted }}
{% endif %}
{% endfor %} {% else %}
无变更统计
{% endif %}
diff
{{ diff_text | e }}