Defect #12685
Commit message generates invalid link when repository has an identifier
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM | |||
Target version: | - | |||
Resolution: | Duplicate | Affected version: |
Description
The link generated by a commit message like "close #123" will generate a link like "Applied in changeset: myrepo|commit:abc123
".
The correct syntaxt for a commit link would be commit:myrepo:abc123
instead.
Related issues
History
#1
Updated by Toshi MARUYAMA over 9 years ago
- Category changed from Issues to SCM
#2
Updated by Viktor Berke over 8 years ago
I can verify both the bug to be present and the patch to be working. Please merge either this or the (seemingly) better version in #13036. Redmine version 2.4.0.
#3
Updated by Gregor Borsemirk almost 7 years ago
#4
Updated by Toshi MARUYAMA almost 7 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Thank you for your pointing out.
#5
Updated by Toshi MARUYAMA almost 7 years ago
- Duplicates Defect #13544: Commit reference: autogenerated issue note has wrong commit link syntax in multi-repo or cross-project context added