]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
builtin/submodule--helper.c
cache.h
submodule.c
unpack-trees.c

Simple merge
diff --cc cache.h
Simple merge
diff --cc submodule.c
Simple merge
diff --cc unpack-trees.c
Simple merge