aboutsummaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
diff options
context:
space:
mode:
authorJens Lehmann <Jens.Lehmann@web.de>2012-05-20 15:28:26 +0200
committerJunio C Hamano <gitster@pobox.com>2012-05-20 14:58:38 -0700
commitcb8ad289c6b3f774e6e4431a08eb585eadbb8dad (patch)
tree3c63f91415fe59f13494b3fbb30c5679b0073155 /t/t9300-fast-import.sh
parent27ccd8d1a3ccb539d1d97302e1f500b6d20eb781 (diff)
downloadgit-cb8ad289c6b3f774e6e4431a08eb585eadbb8dad.tar.gz
git-cb8ad289c6b3f774e6e4431a08eb585eadbb8dad.tar.xz
Consistently use "superproject" instead of "supermodule"
We fairly consistently say "superproject" and never "supermodule" these days. But there are seven occurrences of "supermodule" left in the current work tree. Three appear in Release Notes for 1.5.3 and 1.7.7, three in test names and one in a C-code comment. Replace all occurrences of "supermodule" outside of the Release Notes (which shouldn't be changed after the fact) with "superproject" for consistency. Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9300-fast-import.sh')
-rwxr-xr-xt/t9300-fast-import.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh
index 7da0e8da7..2aa1824a9 100755
--- a/t/t9300-fast-import.sh
+++ b/t/t9300-fast-import.sh
@@ -1657,7 +1657,7 @@ M 160000 :6 sub
INPUT_END
test_expect_success \
- 'P: supermodule & submodule mix' \
+ 'P: superproject & submodule mix' \
'git fast-import <input &&
git checkout subuse1 &&
rm -rf sub && mkdir sub && (cd sub &&