| Commit message (Expand) | Author | Age | Files | Lines |
* | fsck: rename and touch up init_skiplist() | Barret Rhoden | 2019-05-16 | 1 | -7/+7 |
* | fsck: support comments & empty lines in skipList | Ævar Arnfjörð Bjarmason | 2018-09-12 | 1 | -3/+16 |
* | fsck: use strbuf_getline() to read skiplist file | René Scharfe | 2018-09-12 | 1 | -1/+1 |
* | fsck: document that skipList input must be unabbreviated | Ævar Arnfjörð Bjarmason | 2018-09-12 | 1 | -0/+6 |
* | fsck: document and test commented & empty line skipList input | Ævar Arnfjörð Bjarmason | 2018-09-12 | 1 | -0/+21 |
* | fsck: document and test sorted skipList input | Ævar Arnfjörð Bjarmason | 2018-09-12 | 1 | -0/+19 |
* | fsck tests: add a test for no skipList input | Ævar Arnfjörð Bjarmason | 2018-09-12 | 1 | -0/+5 |
* | fsck tests: setup of bogus commit object | Ævar Arnfjörð Bjarmason | 2018-09-12 | 1 | -4/+4 |
* | fsck: test and document unknown fsck.<msg-id> values | Ævar Arnfjörð Bjarmason | 2018-07-27 | 1 | -0/+14 |
* | fsck: add stress tests for fsck.skipList | Ævar Arnfjörð Bjarmason | 2018-07-27 | 1 | -0/+28 |
* | fsck: test & document {fetch,receive}.fsck.* config fallback | Ævar Arnfjörð Bjarmason | 2018-07-27 | 1 | -2/+24 |
* | fetch: implement fetch.fsck.* | Ævar Arnfjörð Bjarmason | 2018-07-27 | 1 | -0/+46 |
* | transfer.fsckObjects tests: untangle confusing setup | Ævar Arnfjörð Bjarmason | 2018-07-27 | 1 | -1/+11 |
* | receive.fsck.<msg-id> tests: remove dead code | Ævar Arnfjörð Bjarmason | 2018-07-27 | 1 | -2/+0 |
* | don't use test_must_fail with grep | Pranit Bauva | 2017-01-07 | 1 | -1/+1 |
* | test-lib.sh: introduce and use $EMPTY_TREE | Nguyễn Thái Ngọc Duy | 2016-07-18 | 1 | -2/+2 |
* | t5504: drop sigpipe=ok from push tests | Jeff King | 2016-04-20 | 1 | -6/+4 |
* | t5504: handle expected output from SIGPIPE deathjk/epipe-in-async | Jeff King | 2016-02-25 | 1 | -1/+4 |
* | add "ok=sigpipe" to test_must_fail and use it to fix flaky testsls/test-must-fail-sigpipe | Lars Schneider | 2015-11-28 | 1 | -3/+2 |
* | fsck: git receive-pack: support excluding objects from fsck'ing | Johannes Schindelin | 2015-06-23 | 1 | -0/+12 |
* | fsck: optionally ignore specific fsck issues completely | Johannes Schindelin | 2015-06-23 | 1 | -1/+8 |
* | fsck: disallow demoting grave fsck errors to warnings | Johannes Schindelin | 2015-06-23 | 1 | -0/+11 |
* | fsck: add a simple test for receive.fsck.<msg-id> | Johannes Schindelin | 2015-06-23 | 1 | -0/+21 |
* | receive-pack: drop "n/a" on unpacker errors | Jeff King | 2012-09-21 | 1 | -1/+1 |
* | do not override receive-pack errorscb/receive-pack-keep-errors | Clemens Buchacher | 2012-02-13 | 1 | -4/+18 |
* | Merge branch 'jc/fetch-verify' | Junio C Hamano | 2011-10-05 | 1 | -2/+2 |
* | test: fetch/receive with fsckobjectsjc/fetch-pack-fsck-objects | Junio C Hamano | 2011-09-04 | 1 | -0/+104 |