The values loaded into the branches field of the git index patterns are quoted.
This is weird. On one hand, other fields, even containing spaces, aren't quoted. And on the other hand, branch names cannot contain spaces, since git rejects them as invalid.
Could we avoid the quotes in the listed values?