diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2019-12-30 15:33:13 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-30 09:07:20 -0800 |
commit | 4fd683b6a35eabd23dd5183da7f654a1e1f00325 (patch) | |
tree | 9f3b2ed3cd4924dfb114944516616fb44f458d39 /RelNotes | |
parent | sparse-checkout: list directories in cone mode (diff) | |
download | tgif-4fd683b6a35eabd23dd5183da7f654a1e1f00325.tar.xz |
sparse-checkout: document interactions with submodules
Using 'git submodule (init|deinit)' a user can select a subset of
submodules to populate. This behaves very similar to the sparse-checkout
feature, but those directories contain their own .git directory
including an object database and ref space. To have the sparse-checkout
file also determine if those files should exist would easily cause
problems. Therefore, keeping these features independent in this way
is the best way forward.
Also create a test that demonstrates this behavior to make sure
it doesn't change as the sparse-checkout feature evolves.
Reported-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'RelNotes')
0 files changed, 0 insertions, 0 deletions