Go for it!
Sent from my iPhone
> On Jun 21, 2021, at 6:19 PM, Jon Trulson wrote:
>
> Hi,
>
> I'd like to switch ksh93 from being a submodule to a subtree. With a
> subtree, all of the code is present, which means there is no need to use
> --recursive when cloning, or 'submodule update --i
On Mon, 21 Jun 2021 at 23:18, Jon Trulson wrote:
> I'd like to switch ksh93 from being a submodule to a subtree. With a
> subtree, all of the code is present, which means there is no need to use
> --recursive when cloning, or 'submodule update --init' when updating.
>
> It seems many people thin
Hi,
I'd like to switch ksh93 from being a submodule to a subtree. With a
subtree, all of the code is present, which means there is no need to use
--recursive when cloning, or 'submodule update --init' when updating.
It seems many people think submodules are a problem, and I think the
extra