mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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
This commit is contained in:
@@ -406,6 +406,7 @@ libgit_sources = [
|
||||
'pack-check.c',
|
||||
'pack-mtimes.c',
|
||||
'pack-objects.c',
|
||||
'pack-refs.c',
|
||||
'pack-revindex.c',
|
||||
'pack-write.c',
|
||||
'packfile.c',
|
||||
|
||||
Reference in New Issue
Block a user