]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'gc/submodule-use-super-prefix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Jul 2022 20:31:56 +0000 (13:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Jul 2022 20:31:56 +0000 (13:31 -0700)
Another step to rewrite more parts of "git submodule" in C.

* gc/submodule-use-super-prefix:
  submodule--helper: remove display path helper
  submodule--helper update: use --super-prefix
  submodule--helper: remove unused SUPPORT_SUPER_PREFIX flags
  submodule--helper: use correct display path helper
  submodule--helper: don't recreate recursive prefix
  submodule--helper update: use display path helper
  submodule--helper tests: add missing "display path" coverage


Trivial merge