]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'vd/sparse-stash'
authorJunio C Hamano <gitster@pobox.com>
Fri, 20 May 2022 22:26:58 +0000 (15:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 May 2022 22:26:58 +0000 (15:26 -0700)
commit5a9253cd45494b7b8aed8166529c5c451086f451
tree9f881c90b9b6e2bd8139b3eedde7777904ce87cc
parent945b9f2c31448d1c0d35cb4eedfc03e9d17d55c6
parent0f329b9ae4f49d1f76cdd4cae518b2ae757e111e
Merge branch 'vd/sparse-stash'

Teach "git stash" to work better with sparse index entries.

* vd/sparse-stash:
  unpack-trees: preserve index sparsity
  stash: apply stash using 'merge_ort_nonrecursive()'
  read-cache: set sparsity when index is new
  sparse-index: expose 'is_sparse_index_allowed()'
  stash: integrate with sparse index
  stash: expand sparse-checkout compatibility testing