]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kn/the-repository' into kn/midx-wo-the-repository
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Dec 2024 01:31:46 +0000 (10:31 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Dec 2024 01:31:46 +0000 (10:31 +0900)
* kn/the-repository:
  packfile.c: remove unnecessary prepare_packed_git() call
  midx: add repository to `multi_pack_index` struct
  config: make `packed_git_(limit|window_size)` non-global variables
  config: make `delta_base_cache_limit` a non-global variable
  packfile: pass down repository to `for_each_packed_object`
  packfile: pass down repository to `has_object[_kept]_pack`
  packfile: pass down repository to `odb_pack_name`
  packfile: pass `repository` to static function in the file
  packfile: use `repository` from `packed_git` directly
  packfile: add repository to struct `packed_git`

1  2 
builtin/index-pack.c
builtin/pack-objects.c
builtin/rev-list.c
revision.c

Simple merge
Simple merge
Simple merge
diff --cc revision.c
Simple merge