t7421: introduce a test script for verifying 'summary' output
authorShourya Shukla <redacted>
Wed, 12 Aug 2020 19:44:03 +0000 (01:14 +0530)
committerJunio C Hamano <redacted>
Wed, 12 Aug 2020 21:12:58 +0000 (14:12 -0700)
commitede8a5bb6b16af70542bc9d02d17371e83764837
treee28c6f80eb12506d505598af549baaa85129341e
parent180b154b0900766cf69f79d19432cd04bbcc8a91
t7421: introduce a test script for verifying 'summary' output

't7401-submodule-summary.sh' uses 'git add' to add submodules. Therefore,
some commands such as 'git submodule init' and 'git submodule deinit'
do not work as expected.

So, introduce a test script for verifying the 'summary' output for
submodules added using 'git submodule add' and notify regarding the
above mentioned behaviour in t7401 itself.

Mentored-by: Christian Couder <redacted>
Mentored-by: Kaartic Sivaraam <redacted>
Signed-off-by: Shourya Shukla <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t7401-submodule-summary.sh
t/t7421-submodule-summary-add.sh [new file with mode: 0755]
git clone https://git.99rst.org/PROJECT