]> git.ipfire.org Git - thirdparty/git.git/commit - git-submodule.sh
submodule: add --progress option to add command
authorCasey Fitzpatrick <kcghost@gmail.com>
Thu, 3 May 2018 10:53:45 +0000 (06:53 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 May 2018 03:17:10 +0000 (12:17 +0900)
commit6d33e1c28210bacf2e664b55b2feb255991e0ad5
tree09415cd43459a46f96a9e8487ccbdc007ec3f232
parentc7199e3abe0280945ef1bd65abfc48321090edb6
submodule: add --progress option to add command

The '--progress' was introduced in 72c5f88311d (clone: pass --progress
decision to recursive submodules, 2016-09-22) to fix the progress reporting
of the clone command. Also add the progress option to the 'submodule add'
command. The update command already supports the progress flag, but it
is not documented.

Signed-off-by: Casey Fitzpatrick <kcghost@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-submodule.txt
git-submodule.sh
t/t7400-submodule-basic.sh