]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ms/refs-optimize'
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Oct 2025 19:26:12 +0000 (12:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Oct 2025 19:26:12 +0000 (12:26 -0700)
commitdb0babf9b2f807e6913b3591d04cb752b8219e9d
tree0931f79efd3cccb0089aed434d99dee32fe7fda4
parentfd13909eb63ef121824f243183db6b1f49ef1aed
parentc44afd67d2bcfc2958e7cc79d7064ab5fcfa468a
Merge branch 'ms/refs-optimize'

"git refs optimize" is added for not very well explained reason
despite it does the same thing as "git pack-refs"...

* ms/refs-optimize:
  t: add test for git refs optimize subcommand
  t0601: refactor tests to be shareable
  builtin/refs: add optimize subcommand
  doc: pack-refs: factor out common options
  builtin/pack-refs: factor out core logic into a shared library
  builtin/pack-refs: convert to use the generic refs_optimize() API
  reftable-backend: implement 'optimize' action
  files-backend: implement 'optimize' action
  refs: add a generic 'optimize' API
Documentation/git-refs.adoc
Makefile
builtin/refs.c
meson.build
refs.c
refs.h
refs/files-backend.c
refs/reftable-backend.c
t/meson.build