summaryrefslogtreecommitdiffstats
path: root/unpack-trees.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-21 00:45:35 +0200
committerJunio C Hamano <gitster@pobox.com>2012-05-21 00:45:35 +0200
commitadc7052bb6e737cec0c6702f8dde259540eab672 (patch)
tree9a3bfa9ff1389908213adcbddedfa09bf8b88c7b /unpack-trees.c
parentMerge git://github.com/git-l10n/git-po (diff)
parentConsistently use "superproject" instead of "supermodule" (diff)
downloadgit-adc7052bb6e737cec0c6702f8dde259540eab672.tar.xz
git-adc7052bb6e737cec0c6702f8dde259540eab672.zip
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 bcee99c52e..ad40109432 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.