From: Johannes Schindelin Date: Wed, 18 Nov 2020 19:25:26 +0000 (+0000) Subject: t3040: remove stale note X-Git-Tag: v2.30.0-rc0~50^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38f9912ff91acac14fa7e0f00cd974b245d63562;p=thirdparty%2Fgit.git t3040: remove stale note This comment was most likely a "note to self" during the development of 1c3e5c4ebc3 (Tests for core subproject support, 2007-04-19) and is neither needed nor comprehensible at this point. Let's remove it. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/t/t3040-subprojects-basic.sh b/t/t3040-subprojects-basic.sh index b81eb5fd6f..6abdcbbc94 100755 --- a/t/t3040-subprojects-basic.sh +++ b/t/t3040-subprojects-basic.sh @@ -79,7 +79,4 @@ test_expect_success 'checkout in superproject' ' git diff-index --exit-code --raw --cached save -- sub1 ' -# just interesting what happened... -# git diff --name-status -M save master - test_done