Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-18Merge branch 'tb/repack-cleanup'Junio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-11builtin/repack.c: avoid dir traversal in `collect_pack_filenames()`Taylor Blau
2023-07-11builtin/repack.c: only repack `.pack`s that existDerrick Stolee
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-30Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-12builtin/repack.c: only collect fully-formed packsTaylor Blau
2023-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-29Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano
2023-04-24server-info.h: move declarations for server-info.c functions from cache.hElijah Newren
2023-04-19builtin/repack.c: fix incorrect reference to '-C'Taylor Blau
2023-04-14repack: disable writing bitmaps when doing a local repackPatrick Steinhardt
2023-04-14repack: honor `-l` when calculating pack geometryPatrick Steinhardt
2023-04-14repack: fix generating multi-pack-index with only non-local packsPatrick Steinhardt
2023-04-14repack: fix trying to use preferred pack in alternatesPatrick Steinhardt
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-18Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-24for_each_object: mark unused callback parametersJeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-07repack: fix leaks on error with "goto cleanup"Ævar Arnfjörð Bjarmason
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano
2022-11-21built-ins & libs & helpers: add/move destructors, fix leaksÆvar Arnfjörð Bjarmason
2022-11-19Merge branch 'tb/repack-expire-to'Taylor Blau
2022-10-31Merge branch 'jk/repack-tempfile-cleanup'Taylor Blau
2022-10-28Merge branch 'tb/remove-unused-pack-bitmap'Junio C Hamano
2022-10-24builtin/repack.c: implement `--expire-to` for storing pruned objectsTaylor Blau
2022-10-24builtin/repack.c: write cruft packs to arbitrary locationsTaylor Blau
2022-10-24builtin/repack.c: pass "cruft_expiration" to `write_cruft_pack`Taylor Blau
2022-10-24builtin/repack.c: pass "out" to `prepare_pack_objects`Taylor Blau
2022-10-22repack: drop remove_temporary_files()Jeff King
2022-10-22repack: use tempfiles for signal cleanupJeff King
2022-10-22repack: expand error message for missing pack filesJeff King
2022-10-22repack: populate extension bits incrementallyJeff King
2022-10-22repack: convert "names" util bitfield to arrayJeff King
2022-10-18repack: don't remove .keep packs with `--pack-kept-objects`Taylor Blau
2022-10-18builtin/repack.c: remove redundant pack-based bitmapsTaylor Blau
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-07-06cocci: generalize "unused" rule to cover more than "strbuf"Ævar Arnfjörð Bjarmason