summaryrefslogtreecommitdiff
path: root/t/t7700-repack.sh
AgeCommit message (Expand)Author
2019-12-04t7700: stop losing return codes of git commandsDenton Liu
2019-12-04t7700: make references to SHA-1 genericDenton Liu
2019-12-04t7700: replace egrep with grepDenton Liu
2019-12-04t7700: consolidate code into test_has_duplicate_object()Denton Liu
2019-12-04t7700: consolidate code into test_no_missing_in_packs()Denton Liu
2019-11-29t7700: s/test -f/test_path_is_file/Denton Liu
2019-11-29t7700: move keywords onto their own lineDenton Liu
2019-11-29t7700: remove spaces after redirect operatorsDenton Liu
2019-11-29t7700: 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
2016-01-08t/t7700-repack.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-06-25Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano
2014-06-25Merge branch 'jk/repack-pack-keep-objects'Junio C Hamano
2014-06-12t7700: drop explicit --no-pack-kept-objects from .keep testJeff King
2014-06-10repack: introduce repack.writeBitmaps config optionJeff King
2014-06-10repack: respect pack.writebitmapsJeff King
2014-06-10repack: do not accidentally pack kept objects by defaultJeff King
2014-03-18Merge branch 'jk/repack-pack-keep-objects'Junio C Hamano
2014-03-03repack: add `repack.packKeptObjects` config varJeff King
2014-01-23t7700: do not use "touch" unnecessarilyJeff King
2010-11-09tests: add missing &&, batch 2Jonathan Nieder
2010-04-18more war on "sleep" in testsJunio C Hamano
2009-07-24git repack: keep commits hidden by a graftJohannes Schindelin
2009-07-24Add a test showing that 'git repack' throws away grafted-away parentsBjörn Steinbrink
2009-04-25t7700-repack: repack -a now works properly, expect success from testBrandon Casey
2009-04-02Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano
2009-03-22pack-objects: don't loosen objects available in alternate or kept packsBrandon Casey
2009-03-22t7700: demonstrate repack flaw which may loosen objects unnecessarilyBrandon Casey
2009-03-20pack-objects: only repack or loosen objects residing in "local" packsBrandon Casey
2009-03-20git-repack.sh: don't use --kept-pack-only option to pack-objectsBrandon Casey
2009-03-20t7700-repack: add two new tests demonstrating repacking flawsBrandon Casey
2009-01-18t7700: demonstrate misbehavior of 'repack -a' when local packs existBrandon Casey
2008-11-13t7700: test that 'repack -a' packs alternate packed objectsBrandon Casey
2008-11-12pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey
2008-11-12t7700: demonstrate mishandling of loose objects in an alternate ODBBrandon Casey
2008-11-12repack: don't repack local objects in packs with .keep fileBrandon Casey
2008-11-12t7700: demonstrate mishandling of objects in packs with a .keep fileBrandon Casey