diff options
author | Stefan Beller <sbeller@google.com> | 2017-03-14 14:46:27 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-15 18:15:53 -0700 |
commit | a70ef2dac4d6683eccf18fabadab7865b9062c5a (patch) | |
tree | 10cf97ac52f74eb42ba5e5b94712c2ca7e35d697 /t/t5100-mailinfo.sh | |
parent | lib-submodule-update.sh: reorder create_lib_submodule_repo (diff) | |
download | tgif-a70ef2dac4d6683eccf18fabadab7865b9062c5a.tar.xz |
lib-submodule-update.sh: do not use ./. as submodule remote
Adding the repository itself as a submodule does not make sense in the
real world. In our test suite we used to do that out of convenience in
some tests as the current repository has easiest access for setting up
'just a submodule'.
However this doesn't quite test the real world, so let's do not follow
this pattern any further and actually create an independent repository
that we can use as a submodule.
When using './.' as the remote the superproject and submodule share the
same objects, such that testing if a given sha1 is a valid commit works
in either repository. As running commands in an unpopulated submodule
fall back to the superproject, this happens in `reset_work_tree_to`
to determine if we need to populate the submodule. Fix this bug by
checking in the actual remote now.
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5100-mailinfo.sh')
0 files changed, 0 insertions, 0 deletions