]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ob/more-repo-config-values' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:26 +0000 (13:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:26 +0000 (13:01 +0900)
commit9d901a57fcd3c17a67ac8d93fc743cc20b0be1c7
tree119a758eb34ec2cb86f0a97fdcd0371c9737af54
parent0e818b55169bbd0a2b06f327892d3cc7cb3e8245
parent15c1234d5da564c3e1e54bab69ea4e55ec6866d9
Merge branch 'ob/more-repo-config-values' into jch

* ob/more-repo-config-values:
  env: move "warn_on_object_refname_ambiguity" into `struct repo_config_values`
  env: move "sparse_expect_files_outside_of_patterns" into `repo_config_values`
  env: move "core_sparse_checkout_cone" into `struct repo_config_values`
  environment: move "precomposed_unicode" into `struct repo_config_values`
  environment: move "pack_compression_level" into `struct repo_config_values`
  environment: move `zlib_compression_level` into `struct repo_config_values`
  environment: move "check_stat" into `struct repo_config_values`
  environment: move "trust_ctime" into `struct repo_config_values`
14 files changed:
builtin/cat-file.c
builtin/index-pack.c
builtin/mv.c
builtin/pack-objects.c
builtin/sparse-checkout.c
diff.c
dir.c
environment.h
http-push.c
object-file.c
object-name.c
revision.c
submodule.c
upload-pack.c