Skip to content

unite: Make labels from the first repo take priority

anatoly techtonik requested to merge techtonik/reposurgeon:rooted3 into master

unite makes labels unique before joining repos. And before this change it started with the last repo, and renamed labels when conflicts occur. This made master point to the last commit of the last repod united. I mean this:

upatched

The MR reverses the logic and now relabelling starts from the first repo, so master now sticks to it:

u3

Edited by anatoly techtonik

Merge request reports