git/t/unit-tests
Junio C Hamano 1a4c4dac18 Merge branch 'ps/odb-move-loose-object-writing' into jch
The logic to write loose objects has been refactored and moved from
'object-file.c' to the loose backend source file 'odb/source-loose.c',
making the loose backend more self-contained.  This is achieved by
first refactoring force_object_loose() to use generic ODB write
interfaces instead of loose-backend internals.

* ps/odb-move-loose-object-writing:
  object-file: move logic to write loose objects
  object-file: move `force_object_loose()`
  object-file: force objects loose via generic interface
  object-file: fix memory leak in `force_object_loose()`
  odb: support setting mtime when writing objects
  odb: lift object existence check out of the "loose" backend
  odb: compute object hash in `odb_write_object_ext()`
  t/u-odb-inmemory: implement wrapper for writing objects
  odb: compute compat object ID in `odb_write_object_ext()`
2026-07-25 14:27:15 -07:00
..
clar doc: fix typos via codespell 2026-06-08 00:21:35 +09:00
.gitignore
generate-clar-decls.sh
generate-clar-suites.sh
lib-oid.c
lib-oid.h
lib-reftable.c reftable: split up write options 2026-06-26 08:27:19 -07:00
lib-reftable.h reftable: split up write options 2026-06-26 08:27:19 -07:00
test-lib.c
test-lib.h
u-ctype.c
u-dir.c
u-example-decorate.c
u-hash.c hash: use git_hash_init() consistently 2026-07-07 21:56:00 -07:00
u-hashmap.c
u-list-objects-filter-options.c
u-mem-pool.c
u-odb-inmemory.c odb: support setting mtime when writing objects 2026-07-18 19:03:48 -07:00
u-oid-array.c
u-oidmap.c
u-oidtree.c oidtree: add ability to store data 2026-05-15 04:50:45 +09:00
u-prio-queue.c prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion 2026-06-09 11:11:46 -07:00
u-reftable-basics.c reftable/basics: fix OOB read on binary search of empty range 2026-07-03 11:08:02 -07:00
u-reftable-block.c reftable/block: fix OOB read with bogus restart offset 2026-07-03 11:08:03 -07:00
u-reftable-merged.c reftable: split up write options 2026-06-26 08:27:19 -07:00
u-reftable-pq.c
u-reftable-readwrite.c reftable: split up write options 2026-06-26 08:27:19 -07:00
u-reftable-record.c reftable/record: don't abort when decoding invalid ref value type 2026-07-03 11:08:02 -07:00
u-reftable-stack.c reftable: split up write options 2026-06-26 08:27:19 -07:00
u-reftable-table.c Merge branch 'ps/reftable-hardening' 2026-07-19 10:42:15 -07:00
u-reftable-tree.c
u-strbuf.c
u-strcmp-offset.c
u-string-list.c
u-strvec.c
u-trailer.c
u-urlmatch-normalization.c urlmatch: define url_parse function 2026-05-06 09:48:28 +09:00
u-utf8-width.c
unit-test.c
unit-test.h