124 Commits (0d7131763e7762dc34c407f32e3c63123001a292)

Author SHA1 Message Date
Philip Oakley a43abad1e3 repack.c: LLP64 compatibility, upcast unity for left shift 3 years ago
Taylor Blau e6432e0f1f builtin/repack.c: avoid leaking child arguments 3 years ago
Taylor Blau 324efc90d1 builtin/repack.c: pass `--refs-snapshot` when writing bitmaps 4 years ago
Taylor Blau 6d08b9d4ca builtin/repack.c: make largest pack preferred 4 years ago
Taylor Blau 1d89d88d37 builtin/repack.c: support writing a MIDX while repacking 4 years ago
Taylor Blau 5f18e31f46 builtin/repack.c: extract showing progress to a variable 4 years ago
Taylor Blau a169166d2b builtin/repack.c: rename variables that deal with non-kept packs 4 years ago
Taylor Blau 90f838bc36 builtin/repack.c: keep track of existing packs unconditionally 4 years ago
Taylor Blau 08944d1c22 midx: preliminary support for `--refs-snapshot` 4 years ago
Jeff King 5d1f5b8cd4 repack, prune: drop GIT_REF_PARANOIA settings 4 years ago
Taylor Blau 4e58cedd94 builtin/repack.c: move `.idx` files into place last 4 years ago
Taylor Blau ff1e653c8e midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP' 4 years ago
Rafael Silva a643157d5a repack: avoid loosening promisor objects in partial clones 4 years ago
Taylor Blau 9218c6a40c midx: allow marking a pack as preferred 4 years ago
Junio C Hamano ccae01cab8 builtin/repack.c: reword comment around pack-objects flags 4 years ago
Taylor Blau 2a15964128 builtin/repack.c: be more conservative with unsigned overflows 4 years ago
Taylor Blau 13d746a303 builtin/repack.c: assign pack split later 4 years ago
Taylor Blau f25e33c156 builtin/repack.c: do not repack single packs with --geometric 4 years ago
Taylor Blau 0fabafd0b9 builtin/repack.c: add '--geometric' option 4 years ago
Taylor Blau 2f4ba2a867 packfile: prepare for the existence of '*.rev' files 4 years ago
Christian Couder 33add2ad7d fetch-pack: refactor writing promisor file 4 years ago
Taylor Blau 2fcb03b52d builtin/repack.c: don't move existing packs out of the way 4 years ago
Taylor Blau 704c4a5c07 builtin/repack.c: keep track of what pack-objects wrote 4 years ago
Jeff King 63f4d5cf57 repack: make "exts" array available outside cmd_repack() 4 years ago
Taylor Blau 59552fb3e2 midx: traverse the local MIDX first 5 years ago
Taylor Blau e08f7bb093 builtin/repack.c: invalidate MIDX only when necessary 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Taylor Blau 120ad2b0f1 shallow: extract a header file for shallow-related functions 5 years ago
Denton Liu 9460fd48b5 Lib-ify prune-packed 5 years ago
William Baker efbc3aee08 midx: add MIDX_PROGRESS flag 5 years ago
Jonathan Tan 5374a290aa fetch-pack: write fetched refs to .promisor 6 years ago
brian m. carlson dd336a5511 builtin/repack: write object IDs of the proper length 6 years ago
Jeff King 7ff024e7b3 repack: simplify handling of auto-bitmaps and .keep files 6 years ago
Jeff King 25575015ca repack: silence warnings when auto-enabled bitmaps cannot be built 6 years ago
Eric Wong 7328482253 repack: disable bitmaps-by-default if .keep files exist 6 years ago
Christian Couder b14ed5adaf Use promisor_remote_get_direct() and has_promisor_remote() 6 years ago
Derrick Stolee 2d511cfc0b packfile: rename close_all_packs to close_object_store 6 years ago
Derrick Stolee 8434e85d5f repack: refactor pack deletion for future use 6 years ago
Eric Wong 36eba0323d repack: enable bitmaps by default on bare repos 6 years ago
Johannes Schindelin 5bdece0d70 gc/repack: release packs when needed 6 years ago
Nguyễn Thái Ngọc Duy c83d950e59 repack: mark more strings for translation 6 years ago
Johannes Schindelin 5dcfbf564c repack -ad: prune the list of shallow commits 6 years ago
Derrick Stolee 0465a50506 multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX 7 years ago
Derrick Stolee 1dcd9f2043 midx: close multi-pack-index on repack 7 years ago
brian m. carlson 2f0c9e9a9b builtin/repack: replace hard-coded constants 7 years ago
Jeff King 16d75fa48d repack: add delta-islands support 7 years ago
Jonathan Tan 5d19e8138d repack: repack promisor objects if -a or -A is set 7 years ago
Jonathan Tan 2b958e790b repack: refactor setup of pack-objects cmd 7 years ago