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.


-- 
  Pascal Obry /  Magny Les Hameaux (78)

  The best way to travel is by means of imagination

  http://www.obry.net

  gpg --keyserver keys.gnupg.net --recv-key F949BD3B

___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to