Allow to specify multiple 'footer' tags per trackingid entry The documentation says: "A single trackingid entry can have multiple footer tags" However the implementation was only considering the first one that was listed. So for a configuration like: [trackingid "jira-bug"] footer = Bugfix: footer = Bug: match = JRA\\d{2,8} system = JIRA only "Bugfix:" would be considered, and "Bug:" would be ignored. Fix it so that all footer tags are recognized. Change-Id: Ib6706d0743bb9a2fd116cb260c8e4270e765c91a 2 files changed