Use 7 chars for git short SHAs

fixes #713
This commit is contained in:
Matt Jibson 2015-11-04 14:08:10 -05:00
parent c3a4c36df7
commit 0e68918748

View file

@ -4,6 +4,6 @@
</span>
<span class="anchor" href="{{ getUrl(commitSha, urlTemplate) }}" target="_blank"
is-only-text="!urlTemplate || !getUrl(commitSha, urlTemplate)">
{{ commitSha.substring(0, 8) }}
{{ commitSha.substring(0, 7) }}
</span>
</span>