diff options
| author | Meet Soni <meetsoni3017@gmail.com> | 2025-09-19 13:56:40 +0530 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-09-19 10:02:55 -0700 |
| commit | 1fd6067181703e9e65f602e6da27b9b1d8b783a2 (patch) | |
| tree | 940c1730f480542dd3608ef5558d5bd7cb8b4764 /builtin/commit.c | |
| parent | refs: add a generic 'optimize' API (diff) | |
| download | git-1fd6067181703e9e65f602e6da27b9b1d8b783a2.tar.gz git-1fd6067181703e9e65f602e6da27b9b1d8b783a2.zip | |
files-backend: implement 'optimize' action
With the generic `refs_optimize()` API now in place, provide the first
implementation for the 'files' reference backend. This makes the new API
functional for existing repositories and serves as the foundation for
migrating user-facing commands to the new architecture.
The implementation simply calls the existing `files_pack_refs()`
function, as 'packing' is the method used to optimize the files-based
reference store.
Wire up the new `files_optimize()` function to the `optimize` slot in
the files backend's virtual table.
Mentored-by: Patrick Steinhardt <ps@pks.im>
Mentored-by: shejialuo <shejialuo@gmail.com>
Signed-off-by: Meet Soni <meetsoni3017@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions
