Ports Repocopies
Warner Losh
imp at bsdimp.com
Thu Apr 1 15:31:02 UTC 2021
On Thu, Apr 1, 2021 at 4:39 AM Lars Liedtke <liedtke at punkt.de> wrote:
>
> > If you are talking about doing a svn copy/move to record the ancestry of
>
> I believe this is not true. Maybe git does it differently than svn, I
> don't know that; but git does record moves and copies, whilst copies are
> like new files for and moves are deletion and addition, git as far as I
> know. This this might not be explicit but implicit.
>
git absolutely does not record copies or moves. It guesses. Usually it
guesses right, but sometimes it doesn't.
Whatever process we use, we need to assume that will fail at some point. To
overcome this, be explicit where things were copied from, and hashes when
ports are resurrected in the commit message.
Warner
More information about the freebsd-git
mailing list