]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/sparse-checkout-clean' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Sep 2025 20:18:48 +0000 (13:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Sep 2025 20:18:48 +0000 (13:18 -0700)
"git sparse-checkout" subcommand learned a new "clean" action to
prune otherwise unused working-tree files that are outside the
areas of interest.

* ds/sparse-checkout-clean:
  t: expand tests around sparse merges and clean
  sparse-index: point users to new 'clean' action
  sparse-checkout: add --verbose option to 'clean'
  dir: add generic "walk all files" helper
  sparse-checkout: match some 'clean' behavior
  sparse-checkout: add basics of 'clean' command
  sparse-checkout: remove use of the_repository

1  2 
dir.c

diff --cc dir.c
Simple merge