]> Kevux Git Server - rit/commit
git-submodule.sh: rename some variables
authorRoy Eldar <royeldar0@gmail.com>
Wed, 11 Dec 2024 06:32:34 +0000 (08:32 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Dec 2024 11:46:48 +0000 (20:46 +0900)
commitb86f0f9071dd881a14cb9a71d94a66ae3186a2b9
tree5e5bfa67f751b0a19223a0981b6eb41a0998f938
parent3ad0ba72274436f4e1eef6bed392e3e875484e2b
git-submodule.sh: rename some variables

Every switch and option which is passed to git-submodule.sh has a
corresponding variable which is set accordingly; by convention, the name
of the variable is the option name (for example, "--jobs" and "$jobs").

Rename "$custom_name", "$deinit_all" and "$nofetch", for consistency.

Signed-off-by: Roy Eldar <royeldar0@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh