vscode-git-graph
vscode-git-graph copied to clipboard
Ability to Add Multiple Issue Links
The way it works now allows the user to add only one link by applying one regex over the commit message:
but it'd be nice to have multiple links for devs using a different workflow, like Jira for issue tracking and gerrit for code reviews for example
I can link to the Jira ticket by it's jira id and link to the gerrit change by its change id:
up