]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/commit-and-checkout-with-sparse-index'
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Aug 2021 20:28:53 +0000 (13:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Aug 2021 20:28:53 +0000 (13:28 -0700)
"git checkout" and "git commit" learn to work without unnecessarily
expanding sparse indexes.

* ds/commit-and-checkout-with-sparse-index:
  unpack-trees: resolve sparse-directory/file conflicts
  t1092: document bad 'git checkout' behavior
  checkout: stop expanding sparse indexes
  sparse-index: recompute cache-tree
  commit: integrate with sparse-index
  p2000: compress repo names
  p2000: add 'git checkout -' test and decrease depth

1  2 
builtin/commit.c
cache-tree.c
unpack-trees.c

Simple merge
diff --cc cache-tree.c
Simple merge
diff --cc unpack-trees.c
Simple merge