diff options
author | Derrick Stolee <derrickstolee@github.com> | 2025-02-03 17:11:07 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-02-03 16:12:42 -0800 |
commit | 85127bcdeab5ab34f9c738da3fcc88d637f39089 (patch) | |
tree | 11171f7e8e765a7292c52ad93f17f6c6358fff68 /commit.c | |
parent | bff455576750bd013a3c87b15cc7086cb8c1eab0 (diff) |
backfill: assume --sparse when sparse-checkout is enabled
The previous change introduced the '--[no-]sparse' option for the 'git
backfill' command, but did not assume it as enabled by default. However,
this is likely the behavior that users will most often want to happen.
Without this default, users with a small sparse-checkout may be confused
when 'git backfill' downloads every version of every object in the full
history.
However, this is left as a separate change so this decision can be reviewed
independently of the value of the '--[no-]sparse' option.
Add a test of adding the '--sparse' option to a repo without sparse-checkout
to make it clear that supplying it without a sparse-checkout is an error.
Signed-off-by: Derrick Stolee <stolee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions