submodule--helper: rename "absorb-git-dirs" to "absorbgitdirs"
Rename the "absorb-git-dirs" subcommand to "absorbgitdirs", which is
what the "git submodule" command itself has called it since the
subcommand was implemented in f6f8586140
(submodule: add
absorb-git-dir function, 2016-12-12).
Having these two be different will make it more tedious to dispatch to
eventually dispatch "git submodule--helper" directly, as we'd need to
retain this name mapping. So let's get rid of this needless
inconsistency.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
0d68ee723e
commit
6e556c412e
@ -552,7 +552,7 @@ cmd_sync()
|
||||
|
||||
cmd_absorbgitdirs()
|
||||
{
|
||||
git submodule--helper absorb-git-dirs --prefix "$wt_prefix" "$@"
|
||||
git submodule--helper absorbgitdirs --prefix "$wt_prefix" "$@"
|
||||
}
|
||||
|
||||
# This loop parses the command line arguments to find the
|
||||
|
Reference in New Issue
Block a user