diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-05-21 00:45:35 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-21 00:45:35 +0200 |
commit | adc7052bb6e737cec0c6702f8dde259540eab672 (patch) | |
tree | 9a3bfa9ff1389908213adcbddedfa09bf8b88c7b /unpack-trees.c | |
parent | Merge git://github.com/git-l10n/git-po (diff) | |
parent | Consistently use "superproject" instead of "supermodule" (diff) | |
download | git-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.c | 2 |
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. |