Skip to content

unite: Attach repos to the last commit with equal timestamp

anatoly techtonik requested to merge techtonik/reposurgeon:last-equal into master

If timestamps of multiple commits from different repos match, unite linked (grafted) the second repo to the first matched commit.

plotrepo.3

With this fix, the repo is linked to the last matched commit.

plotrepo.3-last-equal

The code that produces these repos is here - https://gitlab.com/techtonik/repodraw

Merge request reports