Feature #3266
Commit ID syntaxn sugar/parsing
Status: | New | Start date: | 2009-04-30 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: |
Description
In IRC I suggested that Redmine take a page out Trac's book and support the following syntaxes for auto-generating links in commit messages, in comments to issues, and wiki pages:
- [commitID]
- [commitID-anotherCommitID]
- [commitID,anotherCommitID,yetAnotherCommitID]
And allow the resultant page to handle it based on how the underlying repo handles it (afaik, most of them support those syntaxes).
I was told it was a good idea and to create a ticket.