{{/* SPDX-License-Identifier: AGPL-3.0-only SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu */}} {{- define "repo_log" -}} {{- $root := . -}} {{- template "head_common" . -}} Log – {{ .repo_name }} – {{ template "group_path_plain" .group_path }} – {{ .global.forge_title -}} {{- template "header" . -}}

{{- .repo_name -}}

{{- .repo_description -}}
{{- if .ref_name -}}

Warning: Due to various recent migrations, viewing non-HEAD refs may be broken.

{{- end -}} {{- range .commits -}} {{- end -}} {{- if dereference_error .commits_err -}} Error while obtaining commit log: {{ .commits_err }} {{- end -}}
Commits {{ if .ref_name }} on {{ .ref_name }}{{ end -}}
ID Title Author Author date
{{- .Hash -}} {{- .Message | first_line -}} {{- .Author.When.Format "2006-01-02 15:04:05 -0700" -}}
{{- end -}}