git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Persistent submodule pathspec specification
@ 2016-05-21  0:28 Stefan Beller
  2016-05-21  0:28 ` [PATCH 1/2] submodule update: add `--init-default-path` switch Stefan Beller
  2016-05-21  0:28 ` [PATCH 2/2] clone: add --init-submodule=<pathspec> switch Stefan Beller
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Beller @ 2016-05-21  0:28 UTC (permalink / raw)
  To: gitster, Jens.Lehmann; +Cc: git, Stefan Beller

This was part of the former series 'submodule groups'.
However the labeling was ripped out and goes in its own series
sb/pathspec-label.

First we introduce a switch `--init-default-path` for `git submodule update`
which will read the pathspec to initialize the submodules not from the command
line but from `submodule.defaultUpdatePath`, which can be configured permanently.

The second patch utilizes this by having `clone` set that config option
and using that new option when calling to update the submodules.

Thanks,
Stefan

Stefan Beller (2):
  submodule update: add `--init-default-path` switch
  clone: add --init-submodule=<pathspec> switch

 6 files changed, 216 insertions(+), 14 deletions(-)
 Documentation/config.txt        |   5 ++
 Documentation/git-clone.txt     |  25 +++++---
 Documentation/git-submodule.txt |  11 +++-
 builtin/clone.c                 |  34 +++++++++-
 git-submodule.sh                |  21 ++++++-
 t/t7400-submodule-basic.sh      | 134 ++++++++++++++++++++++++++++++++++++++++

-- 
2.8.3.396.g0eed146

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-21  0:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-21  0:28 [PATCH 0/2] Persistent submodule pathspec specification Stefan Beller
2016-05-21  0:28 ` [PATCH 1/2] submodule update: add `--init-default-path` switch Stefan Beller
2016-05-21  0:28 ` [PATCH 2/2] clone: add --init-submodule=<pathspec> switch Stefan Beller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).