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

next in thread | previous in thread | raw e-mail | index | archive | help
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.

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?X%2BnI46mc2cdsJvsV>