]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/gcc15'
authorJunio C Hamano <gitster@pobox.com>
Tue, 26 Nov 2024 22:57:06 +0000 (07:57 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Nov 2024 22:57:06 +0000 (07:57 +0900)
commitf670d811e2acbe4fae2b98dc45a9405836ee56fb
tree38d4b1cfaad75cd420740b612d510a5fb719c5d4
parent93905d3b704e89e8381e174b111c67b5cdf8246d
parent2af8ead52be9b72f3db76c9016cc4444eea33544
Merge branch 'jk/gcc15'

GCC 15 compatibility updates.

* jk/gcc15:
  object-file: inline empty tree and blob literals
  object-file: treat cached_object values as const
  object-file: drop oid field from find_cached_object() return value
  object-file: move empty_tree struct into find_cached_object()
  object-file: drop confusing oid initializer of empty_tree struct
  object-file: prefer array-of-bytes initializer for hash literals