summaryrefslogtreecommitdiff
path: root/t/t3040-subprojects-basic.sh
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2020-11-18 19:25:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-11-18 20:38:34 (GMT)
commit38f9912ff91acac14fa7e0f00cd974b245d63562 (patch)
tree412369dbffeadc5273216e669c078e095e6ea447 /t/t3040-subprojects-basic.sh
parent898f80736c75878acc02dc55672317fcc0e0a5a6 (diff)
downloadgit-38f9912ff91acac14fa7e0f00cd974b245d63562.zip
git-38f9912ff91acac14fa7e0f00cd974b245d63562.tar.gz
git-38f9912ff91acac14fa7e0f00cd974b245d63562.tar.bz2
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 <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3040-subprojects-basic.sh')
-rwxr-xr-xt/t3040-subprojects-basic.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/t3040-subprojects-basic.sh b/t/t3040-subprojects-basic.sh
index b81eb5f..6abdcbb 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