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-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt
2023-10-18Merge branch 'tb/repack-max-cruft-size'Junio C Hamano
2023-10-03t7700: split cruft-related tests to t7704Taylor Blau
2023-10-03repack: implement `--filter-to` for storing filtered out objectsChristian Couder
2023-10-03repack: add `--filter=<filter-spec>` optionChristian Couder
2023-07-11builtin/repack.c: only repack `.pack`s that existDerrick Stolee
2023-06-26Merge branch 'tb/collect-pack-filenames-fix'Junio C Hamano
2023-06-12builtin/repack.c: only collect fully-formed packsTaylor Blau
2023-05-23t7700-repack: modernize test formatJohn Cai
2023-04-14repack: disable writing bitmaps when doing a local repackPatrick Steinhardt
2022-11-29Merge branch 'gc/resolve-alternate-symlinks'Junio C Hamano
2022-11-25object-file: use real paths when adding alternatesGlen Choo
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-23t7700: annotate cruft-pack failure with ok=sigpipeJeff King
2022-10-22repack: drop remove_temporary_files()Jeff King
2022-10-22repack: use tempfiles for signal cleanupJeff 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-03-25t7700: check post-condition in kept-pack testDerrick Stolee
2022-03-24Merge branch 'ps/repack-with-server-info'Junio C Hamano
2022-03-15repack: add config to skip updating server infoPatrick Steinhardt
2022-03-15repack: refactor to avoid double-negation of update-server-infoPatrick Steinhardt
2022-02-17Merge branch 'tb/midx-bitmap-corruption-fix'Junio C Hamano
2022-01-27midx: read `RIDX` chunk when presentTaylor Blau
2022-01-06Merge branch 'ds/repack-fixlets'Junio C Hamano
2021-12-20repack: make '--quiet' disable progressDerrick Stolee
2021-12-20repack: respect kept objects with '--write-midx -b'Derrick Stolee
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine
2021-10-02builtin/repack.c: pass `--refs-snapshot` when writing bitmapsTaylor Blau
2021-09-29builtin/repack.c: support writing a MIDX while repackingTaylor Blau
2021-09-01t7700: update to work with MIDX bitmap test knobTaylor Blau
2019-12-05t7700: stop losing return codes of git commandsDenton Liu
2019-12-05t7700: make references to SHA-1 genericDenton Liu
2019-12-05t7700: replace egrep with grepDenton Liu
2019-12-05t7700: consolidate code into test_has_duplicate_object()Denton Liu
2019-12-05t7700: consolidate code into test_no_missing_in_packs()Denton Liu
2019-11-30t7700: s/test -f/test_path_is_file/Denton Liu
2019-11-30t7700: move keywords onto their own lineDenton Liu
2019-11-30t7700: remove spaces after redirect operatorsDenton Liu
2019-11-30t7700: drop redirections to /dev/nullDenton Liu
2019-07-31repack: simplify handling of auto-bitmaps and .keep filesJeff King
2019-07-31repack: silence warnings when auto-enabled bitmaps cannot be builtJeff King
2019-07-31t7700: clean up .keep file in bitmap-writing testJeff King
2019-07-01repack: disable bitmaps-by-default if .keep files existEric Wong
2019-03-18repack: enable bitmaps by default on bare reposEric Wong
2018-04-16repack: add --keep-pack optionNguyễn Thái Ngọc Duy
2018-04-16t7700: have closing quote of a test at the beginning of lineNguyễn Thái Ngọc Duy