aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5300-pack-object.sh
AgeCommit message (Expand)AuthorFilesLines
2024-03-15t5300: fix test_with_bad_commit()John Cai1-1/+1
2024-02-01index-pack: --fsck-objects to take an optional argument for fsck msgsJohn Cai1-5/+24
2024-02-01index-pack: test and document --strict=<msg-id>=<severity>...John Cai1-0/+22
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2023-05-19t5300-pack-object: modernize test formatJohn Cai1-92/+92
2023-04-14pack-objects: split out `--stdin-packs` tests into separate filePatrick Steinhardt1-135/+0
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-14/+27
2022-04-06core.fsyncmethod: tests for batch modeNeeraj Singh1-14/+27
2022-03-09index-pack: document and test the --promisor optionDerrick Stolee1-1/+3
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine1-3/+3
2021-12-13tests: use test_write_lines() to generate line-oriented outputEric Sunshine1-10/+2
2021-07-09pack-objects: fix segfault in --stdin-packs optionÆvar Arnfjörð Bjarmason1-0/+19
2021-06-28pack-objects tests: cover blindspots in stdin handlingÆvar Arnfjörð Bjarmason1-0/+85
2021-05-03pack-objects: clamp negative window size to 0Jeff King1-0/+5
2021-05-03t5300: check that we produced expected number of deltasJeff King1-3/+20
2021-05-03t5300: modernize basic testsJeff King1-158/+85
2021-03-24Merge branch 'jk/fail-prereq-testfix'Junio C Hamano1-2/+4
2021-03-24Merge branch 'tb/geometric-repack'Junio C Hamano1-0/+135
2021-03-19builtin/pack-objects.c: ignore missing links with --stdin-packsTaylor Blau1-0/+38
2021-03-18t: annotate !PTHREADS tests with !FAIL_PREREQSJeff King1-2/+4
2021-02-22builtin/pack-objects.c: add '--stdin-packs' optionTaylor Blau1-0/+97
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-2/+2
2020-08-18promisor-remote: lazy-fetch objects in subprocessJonathan Tan1-1/+1
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano1-2/+1
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-2/+1
2020-07-21pack-objects: prefetch objects to be packedJonathan Tan1-0/+36
2020-06-19t5300: pass --object-format to git index-packbrian m. carlson1-4/+5
2018-10-31pack-objects tests: don't leave test .git corrupt at endÆvar Arnfjörð Bjarmason1-17/+20
2018-10-31pack-objects test: modernize styleÆvar Arnfjörð Bjarmason1-15/+15
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine1-1/+1
2018-06-13Merge branch 'jk/index-pack-maint'Junio C Hamano1-0/+6
2018-06-01prepare_commit_graft: treat non-repository as a noopJeff King1-0/+6
2018-05-30Merge branch 'bc/hash-independent-tests'Junio C Hamano1-3/+5
2018-05-21t5300: abstract away SHA-1-specific constantsbrian m. carlson1-3/+5
2018-04-16pack-objects: move in_pack out of struct object_entryNguyễn Thái Ngọc Duy1-0/+5
2018-04-11Merge branch 'pk/test-avoid-pipe-hiding-exit-status'Junio C Hamano1-4/+4
2018-03-28test: avoid pipes in git related commands for testPratik Karki1-4/+4
2018-03-27t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy1-2/+2
2017-05-26pack-objects: fix buggy warning about threadsÆvar Arnfjörð Bjarmason1-1/+1
2017-05-26pack-objects & index-pack: add test for --threads warningÆvar Arnfjörð Bjarmason1-0/+36
2016-12-16index-pack: complain when --stdin is used outside of a repoJeff King1-0/+15
2016-04-03Merge branch 'jc/maint-index-pack-keep'Junio C Hamano1-0/+6
2016-03-03index-pack: correct --keep[=<msg>]Junio C Hamano1-0/+6
2015-12-28t/t5300-pack-object.sh: use the $( ... ) construct for command substitutionElia Pinto1-9/+9
2013-11-04Merge branch 'jk/wrap-perl-used-in-tests'Junio C Hamano1-4/+4
2013-10-29t: use perl instead of "$PERL_PATH" where applicableJeff King1-4/+4
2013-10-28t5300-pack-object: do not compare binary data using test_cmpJohannes Sixt1-5/+5
2012-08-27Fix tests under GETTEXT_POISON on pack-objectJiang Xin1-2/+2
2012-07-09Merge branch 'vr/use-our-perl-in-tests'Junio C Hamano1-4/+4
2012-06-24tests: enclose $PERL_PATH in double quotesJunio C Hamano1-4/+4
2012-06-12t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn1-4/+4
2012-05-24index-pack: use streaming interface for collision test on large blobsNguyễn Thái Ngọc Duy1-0/+5
2012-02-01pack-objects: remove bogus commentNguyễn Thái Ngọc Duy1-0/+4
2010-11-09tests: add missing &&Jonathan Nieder1-1/+1
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan1-3/+3
2010-02-08Revert "pack-objects: fix pack generation when using pack_size_limit"Nicolas Pitre1-1/+1
2010-02-03make --max-pack-size argument to 'git pack-object' count in bytesNicolas Pitre1-6/+8
2010-02-03fix multiple issues with t5300Nicolas Pitre1-20/+34
2009-03-19t5300, t5302, t5303: Do not use /dev/zeroJohannes Sixt1-9/+8
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano1-0/+17
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano1-0/+17
2008-11-12Merge branch 'maint'Junio C Hamano1-0/+6
2008-11-12Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre1-0/+6
2008-09-18Merge branch 'np/pack'Junio C Hamano1-1/+2
2008-09-03Merge branch 'ho/dashless' into maintJunio C Hamano1-8/+8
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi1-8/+8
2008-09-02t5300: improve SHA1 collision testNicolas Pitre1-1/+2
2008-08-22discard revindex data when pack list changesNicolas Pitre1-0/+6
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer1-1/+1
2008-04-09Merge branch 'mk/unpack-careful'Junio C Hamano1-0/+95
2008-03-13more tr portability test script fixesJeff King1-1/+1
2008-03-07t5300: add test for "index-pack --strict"Martin Koegler1-0/+47
2008-03-05unpack-objects: fix --strict handlingJunio C Hamano1-1/+1
2008-03-05t5300: add test for "unpack-objects --strict"Junio C Hamano1-0/+48
2008-02-09Introduce the config variable pack.packSizeLimitJohannes Schindelin1-0/+6
2008-02-01Sane use of test_expect_failureJunio C Hamano1-2/+2
2007-12-17the use of 'tr' in the test suite isn't really portableH.Merijn Brand1-1/+1
2007-11-14t5300-pack-object.sh: Split the big verify-pack test into smaller parts.Johannes Sixt1-16/+18
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-36/+36
2007-04-22Update tests not to assume that generated packfiles are writable.Junio C Hamano1-11/+11
2007-04-06t5300-pack-object.sh: portability issue using /usr/bin/statArjen Laarhoven1-5/+6
2007-03-20don't ever allow SHA1 collisions to exist by fetching a packNicolas Pitre1-0/+10
2007-03-16[PATCH] add test for OFS_DELTA objectsNicolas Pitre1-6/+65
2007-03-16[PATCH] fix t5300-pack-object.shNicolas Pitre1-1/+1
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre1-3/+3
2005-12-27Guard a test against wc that pads its output with whitespaceJunio C Hamano1-1/+1
2005-12-26t5300: avoid false failures.Junio C Hamano1-1/+7
2005-12-23check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano1-0/+7
2005-10-28fix testsuite to tolerate spaces in pathPavel Roskin1-4/+4
2005-10-12Add git-index-pack utilitySergey Vlasov1-0/+18
2005-09-07Big tool rename.Junio C Hamano1-2/+2
2005-08-11[PATCH] Trapping exit in tests, using return for errorsPavel Roskin1-6/+6
2005-07-04[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c8...Jon Seymour1-15/+15
2005-06-29[PATCH] Adjust t5300 test for unpack-objects changeJunio C Hamano1-2/+4
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano1-0/+38
2005-06-27Fix another test that broke with the recent git-init-db updateLinus Torvalds1-1/+0
2005-06-27[PATCH] Teach read_sha1_file() and friends about packed git object store.Junio C Hamano1-2/+46
2005-06-26[PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.Junio C Hamano1-0/+85