]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/cache-api-cleanup' into ab/cache-api-cleanup-users
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2023 22:31:26 +0000 (14:31 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2023 22:31:26 +0000 (14:31 -0800)
commit73f69f22e590c2ddc2c6fb678a5b11d9d0ba39fa
tree3009eb67c05e69ccb782d7234cda170e24a9c459
parenta7caae2729742fc80147bca1c02ae848cb55921a
parent2f6b1eb794ee1f152c1a4b519e3b6dcecd0b487f
Merge branch 'ab/cache-api-cleanup' into ab/cache-api-cleanup-users

* ab/cache-api-cleanup:
  cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
  read-cache.c: refactor set_new_index_sparsity() for subsequent commit
  sparse-index API: BUG() out on NULL ensure_full_index()
  sparse-index.c: expand_to_path() can assume non-NULL "istate"
  builtin/difftool.c: { 0 }-initialize rather than using memset()
read-cache.c