Changes
3 changed files (+8/-3)
-
-
@@ -281,6 +281,7 @@ body {.commit-summary--hash { display: inline-flex; align-self: flex-start; font-family: var(--font-mono); } .commit-summary--message {
-
@@ -303,6 +304,10 @@ body {color: var(--color-fg-weak); } .object-hash { font-family: var(--font-mono); } .metadata { padding: 0; margin: 0;
-
-
-
@@ -144,7 +144,7 @@ SPDX-License-Identifier: MIT</dd> {{ end -}} <dt class="metadata--key">Object name</dt> <dd class="metadata--value"> <dd class="metadata--value object-hash"> {{- .Commit.Hash.String -}} </dd> {{- if not .Parent.Hash.IsZero }}
-
-
-
@@ -82,10 +82,10 @@ SPDX-License-Identifier: MIT{{- $top := .TopCommitForRange -}} {{- $bottom := .BottomCommitForRange -}} {{- if ne $top nil }} <a href="#commit-{{ $top.Hash }}">{{ slice $top.Hash.String 0 8 }}</a> <a class="object-hash" href="#commit-{{ $top.Hash }}">{{ slice $top.Hash.String 0 8 }}</a> {{- end -}} {{- if ne $bottom nil }} ~ <a href="#commit-{{ $bottom.Hash }}">{{ slice $bottom.Hash.String 0 8 }}</a> ~ <a class="object-hash" href="#commit-{{ $bottom.Hash }}">{{ slice $bottom.Hash.String 0 8 }}</a> {{- end -}} </dd> </dl>
-