]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ld/sparse-diff-blame'
authorJunio C Hamano <gitster@pobox.com>
Tue, 21 Dec 2021 23:03:17 +0000 (15:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Dec 2021 23:03:17 +0000 (15:03 -0800)
commit8d2c37320bd01bbce4b88365c160bc4a542bee48
treed805155422fb863b694eaaeb71967d9667f9e81d
parent3f9d5059c66f45ac75dd701b0798d3891150c1e7
parentadd4c864b60766174ad4f74ba7be17e66d61ef16
Merge branch 'ld/sparse-diff-blame'

Teach diff and blame to work well with sparse index.

* ld/sparse-diff-blame:
  blame: enable and test the sparse index
  diff: enable and test the sparse index
  diff: replace --staged with --cached in t1092 tests
  repo-settings: prepare_repo_settings only in git repos
  test-read-cache: set up repo after git directory
  commit-graph: return if there is no git directory
  git: ensure correct git directory setup with -h
builtin/blame.c
git.c
t/t1092-sparse-checkout-compatibility.sh