]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
* 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()

1  2 
read-cache.c

diff --cc read-cache.c
Simple merge