summaryrefslogtreecommitdiff
path: root/t/t7700-repack.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/repack-expire-to'Taylor Blau2022-11-181-0/+121
|\
| * builtin/repack.c: implement `--expire-to` for storing pruned objectsTaylor Blau2022-10-241-0/+121
* | Merge branch 'jk/repack-tempfile-cleanup'Taylor Blau2022-10-301-0/+16
|\ \
| * | t7700: annotate cruft-pack failure with ok=sigpipeJeff King2022-10-231-1/+1
| * | repack: drop remove_temporary_files()Jeff King2022-10-211-0/+8
| * | repack: use tempfiles for signal cleanupJeff King2022-10-211-0/+8
| |/
* | Merge branch 'tb/remove-unused-pack-bitmap'Junio C Hamano2022-10-281-0/+21
|\ \
| * | builtin/repack.c: remove redundant pack-based bitmapsTaylor Blau2022-10-171-0/+21
| |/
* | repack: don't remove .keep packs with `--pack-kept-objects`Taylor Blau2022-10-171-0/+24
|/
* t7700: check post-condition in kept-pack testDerrick Stolee2022-03-251-3/+54
* Merge branch 'ps/repack-with-server-info'Junio C Hamano2022-03-231-0/+50
|\
| * repack: add config to skip updating server infoPatrick Steinhardt2022-03-141-0/+18
| * repack: refactor to avoid double-negation of update-server-infoPatrick Steinhardt2022-03-141-0/+32
* | Merge branch 'tb/midx-bitmap-corruption-fix'Junio C Hamano2022-02-161-4/+0
|\ \ | |/ |/|
| * midx: read `RIDX` chunk when presentTaylor Blau2022-01-271-4/+0
* | Merge branch 'ds/repack-fixlets'Junio C Hamano2022-01-051-0/+13
|\ \ | |/ |/|
| * repack: make '--quiet' disable progressDerrick Stolee2021-12-201-0/+7
| * repack: respect kept objects with '--write-midx -b'Derrick Stolee2021-12-201-0/+6
* | t6000-t9999: detect and signal failure within loopEric Sunshine2021-12-131-1/+1
|/
* builtin/repack.c: pass `--refs-snapshot` when writing bitmapsTaylor Blau2021-10-011-0/+42
* builtin/repack.c: support writing a MIDX while repackingTaylor Blau2021-09-281-0/+96
* t7700: update to work with MIDX bitmap test knobTaylor Blau2021-09-011-6/+12
* t7700: stop losing return codes of git commandsDenton Liu2019-12-041-10/+9
* t7700: make references to SHA-1 genericDenton Liu2019-12-041-19/+19
* t7700: replace egrep with grepDenton Liu2019-12-041-3/+3
* t7700: consolidate code into test_has_duplicate_object()Denton Liu2019-12-041-48/+23
* t7700: consolidate code into test_no_missing_in_packs()Denton Liu2019-12-041-40/+15
* t7700: s/test -f/test_path_is_file/Denton Liu2019-11-291-4/+4
* t7700: move keywords onto their own lineDenton Liu2019-11-291-17/+34
* t7700: remove spaces after redirect operatorsDenton Liu2019-11-291-9/+9
* t7700: drop redirections to /dev/nullDenton Liu2019-11-291-3/+3
* repack: simplify handling of auto-bitmaps and .keep filesJeff King2019-07-311-1/+2
* repack: silence warnings when auto-enabled bitmaps cannot be builtJeff King2019-07-311-0/+11
* t7700: clean up .keep file in bitmap-writing testJeff King2019-07-311-0/+1
* repack: disable bitmaps-by-default if .keep files existEric Wong2019-07-011-0/+10
* repack: enable bitmaps by default on bare reposEric Wong2019-03-181-1/+18
* repack: add --keep-pack optionNguyễn Thái Ngọc Duy2018-04-161-0/+25
* t7700: have closing quote of a test at the beginning of lineNguyễn Thái Ngọc Duy2018-04-161-1/+1
* t/t7700-repack.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-081-2/+2
* Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano2014-06-251-2/+2
|\
| * t7700: drop explicit --no-pack-kept-objects from .keep testjk/repack-pack-writebitmaps-configJeff King2014-06-121-1/+1
| * repack: introduce repack.writeBitmaps config optionJeff King2014-06-101-1/+1
* | Merge branch 'jk/repack-pack-keep-objects'Junio C Hamano2014-06-251-2/+18
|\ \ | |/
| * repack: respect pack.writebitmapsJeff King2014-06-101-1/+17
| * repack: do not accidentally pack kept objects by defaultJeff King2014-06-101-1/+1
* | Merge branch 'jk/repack-pack-keep-objects'Junio C Hamano2014-03-181-1/+17
|\ \ | |/
| * repack: add `repack.packKeptObjects` config varJeff King2014-03-031-1/+17
* | t7700: do not use "touch" unnecessarilyjk/test-fixesJeff King2014-01-231-1/+1
|/
* tests: add missing &&, batch 2Jonathan Nieder2010-11-091-3/+3
* more war on "sleep" in testsJunio C Hamano2010-04-171-3/+6