summaryrefslogtreecommitdiff
path: root/unpack-trees.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-20 22:45:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-05-20 22:45:35 (GMT)
commitadc7052bb6e737cec0c6702f8dde259540eab672 (patch)
tree9a3bfa9ff1389908213adcbddedfa09bf8b88c7b /unpack-trees.c
parent9de96815493b577ae791d5113a3e354142ffbcae (diff)
parentcb8ad289c6b3f774e6e4431a08eb585eadbb8dad (diff)
downloadgit-adc7052bb6e737cec0c6702f8dde259540eab672.zip
git-adc7052bb6e737cec0c6702f8dde259540eab672.tar.gz
git-adc7052bb6e737cec0c6702f8dde259540eab672.tar.bz2
Merge branch 'maint'
By Jens Lehmann (1) and Johannes Sixt (1) * maint: Consistently use "superproject" instead of "supermodule" t3404: begin "exchange commits with -p" test with correct preconditions
Diffstat (limited to 'unpack-trees.c')
-rw-r--r--unpack-trees.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack-trees.c b/unpack-trees.c
index bcee99c..ad40109 100644
--- a/unpack-trees.c
+++ b/unpack-trees.c
@@ -1210,7 +1210,7 @@ static int verify_uptodate_1(struct cache_entry *ce,
return 0;
/*
* NEEDSWORK: the current default policy is to allow
- * submodule to be out of sync wrt the supermodule
+ * submodule to be out of sync wrt the superproject
* index. This needs to be tightened later for
* submodules that are marked to be automatically
* checked out.