On Wed, Dec 14 2022, Junio C Hamano wrote: > * ab/remove--super-prefix (2022-11-21) 12 commits > . fetch: rename "--submodule-prefix" to "--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 > . Merge branch 'ab/submodule-no-abspath' into ab/remove--super-prefix > . submodule--helper absorbgitdirs: no abspaths in "Migrating git..." > . Merge branch 'ab/submodule-helper-prep-only' into ab/remove--super-prefix > > Remove the top-level `--super-prefix` option. > Will discard. > cf. the thread leading to <xmqqmt86stm3.fsf@gitster.g> > source: <cover-v3-0.9-00000000000-20221119T122853Z-avarab@xxxxxxxxx> > > > * ab/submodule-no-abspath (2022-11-23) 2 commits > . submodule absorbgitdirs: use relative <from> and <to> paths > . submodule--helper absorbgitdirs: no abspaths in "Migrating git..." > > Remove an absolute path in the "Migrating git directory" message. > > Revert out of 'next'. > cf. the thread leading to <xmqqmt86stm3.fsf@gitster.g> > source: <patch-1.1-34b54fdd9bb-20221109T020347Z-avarab@xxxxxxxxx> This stranded on the question of whether the "absorbgitdirs" message should show relative paths or not. I've re-rolled this post-release just now at https://lore.kernel.org/git/cover-v4-0.9-00000000000-20221215T083502Z-avarab@xxxxxxxxx/; this time around there's no changes to the output.