1 project, 2 Git repositories. Commit links?
Added by Leszek Koltunski over 8 years ago
In my project, I've got 2 Git repositories. Both repositories make up a single system (one builds its client-side, another its server-side).
In my 'issues' I'd like to be able to say 'reproduced with server commit:123456 and client commit:987654'. However, only the 'server' links resolve into clickable links; probably because the 'server' repository is the 'main' one in my project settings.
Is there a syntax to tell Redmine which repository a particular commit link should refer to?
Replies (1)
RE: 1 project, 2 Git repositories. Commit links? - Added by Olivier Houdas over 8 years ago
Hi,
Yes, you can write it this way : commit:<repository name>|1234abecdef789
Refer to http://www.redmine.org/projects/redmine/wiki/RedmineTextFormattingTextile for more cases.