preliminary version of rmport using git

Rene Ladan rene at freebsd.org
Mon Dec 28 16:30:22 UTC 2020


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é


More information about the freebsd-git mailing list