summaryrefslogtreecommitdiff
path: root/t/t5504-fetch-receive-strict.sh
AgeCommit message (Expand)Author
2020-04-17send-pack: fix inconsistent porcelain outputJiang Xin
2020-01-15t5504: make hash algorithm independentbrian m. carlson
2019-05-16fsck: rename and touch up init_skiplist()Barret Rhoden
2018-09-12fsck: support comments & empty lines in skipListÆvar Arnfjörð Bjarmason
2018-09-12fsck: use strbuf_getline() to read skiplist fileRené Scharfe
2018-09-12fsck: document that skipList input must be unabbreviatedÆvar Arnfjörð Bjarmason
2018-09-12fsck: document and test commented & empty line skipList inputÆvar Arnfjörð Bjarmason
2018-09-12fsck: document and test sorted skipList inputÆvar Arnfjörð Bjarmason
2018-09-12fsck tests: add a test for no skipList inputÆvar Arnfjörð Bjarmason
2018-09-12fsck tests: setup of bogus commit objectÆvar Arnfjörð Bjarmason
2018-07-27fsck: test and document unknown fsck.<msg-id> valuesÆvar Arnfjörð Bjarmason
2018-07-27fsck: add stress tests for fsck.skipListÆvar Arnfjörð Bjarmason
2018-07-27fsck: test & document {fetch,receive}.fsck.* config fallbackÆvar Arnfjörð Bjarmason
2018-07-27fetch: implement fetch.fsck.*Ævar Arnfjörð Bjarmason
2018-07-27transfer.fsckObjects tests: untangle confusing setupÆvar Arnfjörð Bjarmason
2018-07-27receive.fsck.<msg-id> tests: remove dead codeÆvar Arnfjörð Bjarmason
2017-01-07don't use test_must_fail with grepPranit Bauva
2016-07-18test-lib.sh: introduce and use $EMPTY_TREENguyễn Thái Ngọc Duy
2016-04-20t5504: drop sigpipe=ok from push testsJeff King
2016-02-25t5504: handle expected output from SIGPIPE deathJeff King
2015-11-28add "ok=sigpipe" to test_must_fail and use it to fix flaky testsLars Schneider
2015-06-23fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin
2015-06-23fsck: optionally ignore specific fsck issues completelyJohannes Schindelin
2015-06-23fsck: disallow demoting grave fsck errors to warningsJohannes Schindelin
2015-06-23fsck: add a simple test for receive.fsck.<msg-id>Johannes Schindelin
2012-09-21receive-pack: drop "n/a" on unpacker errorsJeff King
2012-02-13do not override receive-pack errorsClemens Buchacher
2011-10-05Merge branch 'jc/fetch-verify'Junio C Hamano
2011-09-05test: fetch/receive with fsckobjectsJunio C Hamano