Re: [cdesktopenv-devel] Switching from ksh93 submodule to subtree

2021-06-21 Thread Christopher Turkel
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

Re: [cdesktopenv-devel] Switching from ksh93 submodule to subtree

2021-06-21 Thread Peter Howkins
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

[cdesktopenv-devel] Switching from ksh93 submodule to subtree

2021-06-21 Thread Jon Trulson
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