git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCHv2 0/2] Persistent submodule pathspec specification
@ 2016-05-24  2:24 Stefan Beller
  2016-05-24  2:24 ` [PATCH 1/2] submodule update: add `--init-default-path` switch Stefan Beller
  2016-05-24  2:24 ` [PATCH 2/2] clone: add --init-submodule=<pathspec> switch Stefan Beller
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Beller @ 2016-05-24  2:24 UTC (permalink / raw)
  Cc: git, sunshine, gitster, pclouds, Stefan Beller

Changes since v1:
 * fixed a broken && chain in a subshell for testing, as pointed out by Eric!

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-24  2:25 UTC | newest]

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

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).