]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ms/refs-optimize' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Sep 2025 20:18:48 +0000 (13:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Sep 2025 20:18:48 +0000 (13:18 -0700)
commit5fd082588202a7956f0a380bbccbb51f7598a621
tree5662cf2a967d286e884264a9e8a724c93b435a4a
parent00b296f1533c0c2d8f795e95d487a15f2fd72bb7
parentc44afd67d2bcfc2958e7cc79d7064ab5fcfa468a
Merge branch 'ms/refs-optimize' into next

"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