]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/submodule-helper-prep-only'
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Nov 2022 02:22:22 +0000 (11:22 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Nov 2022 02:22:22 +0000 (11:22 +0900)
commit1107a3963b566e41d25ee1a7e152db9b08a8fc6e
tree3fc2408ca15f949e76ab6e82e3d7a6c2d2dcf22e
parenta0789512c5a4ae7da935cd2e419f253cb3cb4ce7
parent69d94464e14de859ff56bcde7ebe0132201eceb9
Merge branch 'ab/submodule-helper-prep-only'

Preparation to remove git-submodule.sh and replace it with a builtin.

* ab/submodule-helper-prep-only:
  submodule--helper: use OPT_SUBCOMMAND() API
  submodule--helper: drop "update --prefix <pfx>" for "-C <pfx> update"
  submodule--helper: remove --prefix from "absorbgitdirs"
  submodule API & "absorbgitdirs": remove "----recursive" option
  submodule.c: refactor recursive block out of absorb function
  submodule tests: test for a "foreach" blind-spot
  submodule--helper: fix a memory leak in "status"
  submodule tests: add tests for top-level flag output
  submodule--helper: move "config" to a test-tool
git.c