This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Description
Strano use below code of formatting branch name:
branch = br.gsub(/\*/, '').strip.split(' ').first.split('/').last
Why it split first part of branch prefix? Prefixes can be useful in teams (e.g. username/branch_name) to identify owner of the branch...
In additional final splitted branches are not sorted making them difficult to find.