Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2020 09:35:11 -0300
From:      Renato Botelho <garga@FreeBSD.org>
To:        freebsd-git@freebsd.org
Subject:   Migrating a merge based project to new tree
Message-ID:  <fe17e435-0fdb-7529-c04d-2088139d1f14@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
I'm working to migrate a downstream stable/12 based tree to the new git 
repository following instructions from [1].

I did a final merge from legacy repository and made sure top commits on 
both branches point to the same tree:

# git show -s --format=%T f4d0bc6aa6b9
98db7229803a5c93e3132bc661201f204487eee9
# git show -s --format=%T f262e04c92d7
98db7229803a5c93e3132bc661201f204487eee9

When I try to merge new one git refuses to merge due to unrelated 
histories.  Should I use --allow-unrelated-histories parameter?

[1] 
https://github.com/freebsd/git_conv/wiki/Migrating-merge-based-project-from-legacy-git-tree
--
Renato Botelho



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fe17e435-0fdb-7529-c04d-2088139d1f14>