BigW Consortium Gitlab

Use full commit sha width for reference in note body to prevent Ambiguous SHA1 prefix problem

parent 0189be08
......@@ -115,7 +115,7 @@ class Commit
# Mentionable override.
def gfm_reference
"commit #{short_id}"
"commit #{id}"
end
def method_missing(m, *args, &block)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment