Skip to content

Fix Upgrade tag names handling in CondDB configurable

Marco Clemencic requested to merge fix-Git-upgrade-tags-handling into 2017-patches

Do not prepend 'upgrade/' to tags if not needed, i.e. when

  • it already contains the prefix
  • it's a special case ('', 'HEAD', 'upgrade')
  • it's a commit id

Merge request reports