Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2020 16:30:22 +0000
From:      Rene Ladan <rene@freebsd.org>
To:        Christian Weisgerber <naddy@mips.inka.de>
Cc:        freebsd-git@freebsd.org
Subject:   Re: preliminary version of rmport using git
Message-ID:  <20201228163022.GA25288@freefall.freebsd.org>
In-Reply-To: <X%2BnI46mc2cdsJvsV@lorvorc.mips.inka.de>
References:  <20201227210533.GA31271@freefall.freebsd.org> <X%2BnI46mc2cdsJvsV@lorvorc.mips.inka.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 28, 2020 at 01:00:35PM +0100, Christian Weisgerber wrote:
> Rene Ladan:
> 
> > just a quick note to say that Tools/scripts/rmport is mostly converted
> > to git. Some outstanding issues:
> 
> > [2] https://people.freebsd.org/~rene/stuff/rmport.diff
> 
> +elif [ -n "$(command -v got 2>/dev/null)" ]; then
> +        GIT=got # XXX(rene) usable enough?
> 
> Not like this, anyway.  Got is NOT a drop-in replacement for git.
> Neither the command line syntax nor the work tree format are
> compatible.
>
OK, I'll remove the option for got then, as I think most people will be
using git and incompatible work tree formats makes them rather not 
interchangeable for this script.

René



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20201228163022.GA25288>