* Pascal Obry <pas...@obry.net> [01-15-21 13:53]:
> Le vendredi 15 janvier 2021 à 12:56 -0500, Patrick Shanahan a écrit :
> > * Pascal Obry <pas...@obry.net> [01-01-70 12:34]:
> > > 
> > > The sub-module is in place.
> > > 
> > > > If you don't care about the integration tests and want to avoid
> > > > downloading the tests you can do:
> > > > 
> > > > $ git config submodule.src/test/integration.update none
> > > 
> > > A typo while writing this (missing s for tests):
> > > 
> > > $ git config submodule.src/tests/integration.update none
> > 
> > I do not know "git"!
> > 
> > I did:
> > git config submodule.src/tests/integration.update none 
> > 
> > 
> > and I do:
> > git clean -d -f -x 
> > git submodule init 
> 
> Only needed first time a clone is done and if the clone was not done
> with recursive submodule option.
> 
> > git submodule update 
> 
> Likewise, you don't need that if you only follow one branch. The git
> pull will do it. The command is needed when you switch branches and if
> they are not at the same sub-module version.
> 
> > git pull --rebase --recurse-submodules
> 
> The --recurse-submodules option is probably the culprit.

yup, that appears to do it.

tks, and for all the heavy lifting :)

-- 
(paka)Patrick Shanahan       Plainfield, Indiana, USA          @ptilopteri
http://en.opensuse.org    openSUSE Community Member    facebook/ptilopteri
Photos: http://wahoo.no-ip.org/piwigo               paka @ IRCnet freenode
___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to