]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/no-more-git-global-super-prefix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Jan 2023 06:07:22 +0000 (15:07 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Jan 2023 06:07:23 +0000 (15:07 +0900)
commitd4c540086510c36a6f61e7764cbed1dc474b4a8e
tree7d83df86faabcfb813dd19152b67d260430320a8
parentbc58ebf84e2729a60175baf6a7bb967b31f934bf
parent4002ec3dcf0f89db46fbdf56549218c573a9c0f2
Merge branch 'ab/no-more-git-global-super-prefix'

Stop using "git --super-prefix" and narrow the scope of its use to
the submodule--helper.

* ab/no-more-git-global-super-prefix:
  read-tree: add "--super-prefix" option, eliminate global
  submodule--helper: convert "{update,clone}" to their own "--super-prefix"
  submodule--helper: convert "status" to its own "--super-prefix"
  submodule--helper: convert "sync" to its own "--super-prefix"
  submodule--helper: convert "foreach" to its own "--super-prefix"
  submodule--helper: don't use global --super-prefix in "absorbgitdirs"
  submodule.c & submodule--helper: pass along "super_prefix" param
  read-tree + fetch tests: test failing "--super-prefix" interaction
  submodule absorbgitdirs tests: add missing "Migrating git..." tests
builtin/submodule--helper.c
cache.h
submodule.c
unpack-trees.c