I have multiple release branches (20+) for a single git monorepo. Currently, I have different projects for each branch in OpenGrok. This means most of the code is duplicated among all the projects which is not an efficient use of disk space.
Is there a better way to handle this?