Commit 20011835 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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