summaryrefslogtreecommitdiff
path: root/t/t5504-fetch-receive-strict.sh
Commit message (Expand)AuthorAgeFilesLines
* push: free_refs() the "local_refs" in set_refspecs()Ævar Arnfjörð Bjarmason2023-02-061-0/+1
* t: use hash-object --literally when created malformed objectsJeff King2023-01-181-1/+1
* fsck: downgrade tree badFilemode to "info"Jeff King2022-08-101-0/+17
* receive-pack: lowercase error messagesAnders Kaseorg2021-12-011-1/+1
* t550*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-11/+11
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* t: remove test_oid_init in testsbrian m. carlson2020-07-301-1/+0
* send-pack: fix inconsistent porcelain outputJiang Xin2020-04-171-0/+1
* t5504: make hash algorithm independentbrian m. carlson2020-01-151-8/+9
* fsck: rename and touch up init_skiplist()Barret Rhoden2019-05-161-7/+7
* fsck: support comments & empty lines in skipListÆvar Arnfjörð Bjarmason2018-09-121-3/+16
* fsck: use strbuf_getline() to read skiplist fileRené Scharfe2018-09-121-1/+1
* fsck: document that skipList input must be unabbreviatedÆvar Arnfjörð Bjarmason2018-09-121-0/+6
* fsck: document and test commented & empty line skipList inputÆvar Arnfjörð Bjarmason2018-09-121-0/+21
* fsck: document and test sorted skipList inputÆvar Arnfjörð Bjarmason2018-09-121-0/+19
* fsck tests: add a test for no skipList inputÆvar Arnfjörð Bjarmason2018-09-121-0/+5
* fsck tests: setup of bogus commit objectÆvar Arnfjörð Bjarmason2018-09-121-4/+4
* fsck: test and document unknown fsck.<msg-id> valuesÆvar Arnfjörð Bjarmason2018-07-271-0/+14
* fsck: add stress tests for fsck.skipListÆvar Arnfjörð Bjarmason2018-07-271-0/+28
* fsck: test & document {fetch,receive}.fsck.* config fallbackÆvar Arnfjörð Bjarmason2018-07-271-2/+24
* fetch: implement fetch.fsck.*Ævar Arnfjörð Bjarmason2018-07-271-0/+46
* transfer.fsckObjects tests: untangle confusing setupÆvar Arnfjörð Bjarmason2018-07-271-1/+11
* receive.fsck.<msg-id> tests: remove dead codeÆvar Arnfjörð Bjarmason2018-07-271-2/+0
* don't use test_must_fail with grepPranit Bauva2017-01-071-1/+1
* test-lib.sh: introduce and use $EMPTY_TREENguyễn Thái Ngọc Duy2016-07-181-2/+2
* t5504: drop sigpipe=ok from push testsJeff King2016-04-201-6/+4
* t5504: handle expected output from SIGPIPE deathjk/epipe-in-asyncJeff King2016-02-251-1/+4
* add "ok=sigpipe" to test_must_fail and use it to fix flaky testsls/test-must-fail-sigpipeLars Schneider2015-11-281-3/+2
* fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin2015-06-231-0/+12
* fsck: optionally ignore specific fsck issues completelyJohannes Schindelin2015-06-231-1/+8
* fsck: disallow demoting grave fsck errors to warningsJohannes Schindelin2015-06-231-0/+11
* fsck: add a simple test for receive.fsck.<msg-id>Johannes Schindelin2015-06-231-0/+21
* receive-pack: drop "n/a" on unpacker errorsJeff King2012-09-211-1/+1
* do not override receive-pack errorscb/receive-pack-keep-errorsClemens Buchacher2012-02-131-4/+18
* Merge branch 'jc/fetch-verify'Junio C Hamano2011-10-051-2/+2
* test: fetch/receive with fsckobjectsjc/fetch-pack-fsck-objectsJunio C Hamano2011-09-041-0/+104