]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 Apr 2025 21:28:17 +0000 (14:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Apr 2025 21:28:17 +0000 (14:28 -0700)
commit0dfca9888191bcea4fa00fb3c7abda787e06cf75
treeb1aaec26bf06b5679e256e298ba389aaf0ca1b00
parent9d22ac51228304102deb62f30c3ecba6377e1237
parent7d70b29c4f0b2fd3c6698956d9fb4026632d9c6e
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup

* ps/object-wo-the-repository:
  hash: stop depending on `the_repository` in `null_oid()`
  hash: fix "-Wsign-compare" warnings
  object-file: split out logic regarding hash algorithms
  delta-islands: stop depending on `the_repository`
  object-file-convert: stop depending on `the_repository`
  pack-bitmap-write: stop depending on `the_repository`
  pack-revindex: stop depending on `the_repository`
  pack-check: stop depending on `the_repository`
  environment: move access to "core.bigFileThreshold" into repo settings
  pack-write: stop depending on `the_repository` and `the_hash_algo`
  object: stop depending on `the_repository`
  csum-file: stop depending on `the_repository`
20 files changed:
Makefile
builtin/clone.c
builtin/fast-export.c
builtin/fast-import.c
builtin/fsck.c
builtin/index-pack.c
builtin/ls-files.c
builtin/name-rev.c
builtin/pack-objects.c
builtin/unpack-objects.c
builtin/update-ref.c
config.c
diff.c
diff.h
hash.h
merge-ort.c
meson.build
refs.c
refs/debug.c
refs/files-backend.c