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 tests 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.
Add a separate test verifying that `git config --file` does not
trigger sparse index expansion, since it does not access the index
at all.
Signed-off-by: Kristofer Karlsson <krka@spotify.com>
0 commit comments