]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'vd/sparse-reset-checkout-fixes'
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Aug 2022 20:07:04 +0000 (13:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Aug 2022 20:07:04 +0000 (13:07 -0700)
commit80ffc849bdd5ed111a2ec070856ef67e075572c6
treee40b7bd0e84ae6ea1fdd5066ef6c42cf98e3ecfc
parent0d133a3dcf43eb0396a5899008a4ff4ceaeb0d6e
parentb15207b8cf1a1930fe5eb076c08c6ddc92d9282d
Merge branch 'vd/sparse-reset-checkout-fixes'

Fixes to sparse index compatibility work for "reset" and "checkout"
commands.

* vd/sparse-reset-checkout-fixes:
  unpack-trees: unpack new trees as sparse directories
  cache.h: create 'index_name_pos_sparse()'
  oneway_diff: handle removed sparse directories
  checkout: fix nested sparse directory diff in sparse index
builtin/checkout.c
cache.h
read-cache.c
t/t1092-sparse-checkout-compatibility.sh
unpack-trees.c