You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t1092: add test for config --blob with sparse index
Verify that `git config --blob :path` does not expand the sparse
index when the path is in-cone, and does expand when the path is
behind a sparse directory entry.
Uses valid config blobs (staged via git add) for the in-cone cases
to verify end-to-end correctness including config value parsing.
The out-of-cone case uses an existing fixture file to confirm that
on-demand expansion through index_name_pos() still works.
Signed-off-by: Kristofer Karlsson <krka@spotify.com>
0 commit comments