diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2020-11-18 20:25:26 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-11-18 21:38:34 +0100 |
commit | 38f9912ff91acac14fa7e0f00cd974b245d63562 (patch) | |
tree | 412369dbffeadc5273216e669c078e095e6ea447 /t/t3040-subprojects-basic.sh | |
parent | Git 2.29.2 (diff) | |
download | git-38f9912ff91acac14fa7e0f00cd974b245d63562.tar.xz git-38f9912ff91acac14fa7e0f00cd974b245d63562.zip |
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-x | t/t3040-subprojects-basic.sh | 3 |
1 files changed, 0 insertions, 3 deletions
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 |