Use full commit sha width for reference in note body to prevent Ambiguous SHA1 prefix problem
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
0189be0831
commit
200118357d
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class Commit
|
|||
|
||||
# Mentionable override.
|
||||
def gfm_reference
|
||||
"commit #{short_id}"
|
||||
"commit #{id}"
|
||||
end
|
||||
|
||||
def method_missing(m, *args, &block)
|
||||
|
|
Loading…
Reference in a new issue