]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jh/sparse-index-expand-to-path-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2024 21:20:34 +0000 (13:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2024 21:20:34 +0000 (13:20 -0800)
commit294dd2057cdabceca0bce4c009d9368c93ef434a
tree6f800e7c7fcd116f2649946ab79f5e551f303662
parent33d03f61b9b8ef5e38d45159d2f7e20741d4e819
parent156e28b36d424a26b4548de636fa548b14defa71
Merge branch 'jh/sparse-index-expand-to-path-fix'

A caller called index_file_exists() that takes a string expressed
as <ptr, length> with a wrong length, which has been corrected.

* jh/sparse-index-expand-to-path-fix:
  sparse-index: pass string length to index_file_exists()
sparse-index.c