summaryrefslogtreecommitdiff
path: root/t/t1450-fsck.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint-2.33' into maint-2.34Junio C Hamano2022-12-131-0/+24
|\
| * fsck: implement checks for gitattributesPatrick Steinhardt2022-12-091-0/+24
* | fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason2021-10-011-3/+5
* | fsck: don't hard die on invalid object typesÆvar Arnfjörð Bjarmason2021-10-011-9/+9
* | fsck tests: test for garbage appended to a loose objectÆvar Arnfjörð Bjarmason2021-10-011-0/+20
* | fsck tests: test current hash/type mismatch behaviorÆvar Arnfjörð Bjarmason2021-10-011-0/+24
* | fsck tests: refactor one test to use a sub-repoÆvar Arnfjörð Bjarmason2021-10-011-17/+18
* | fsck tests: add test for fsck-ing an unknown typeÆvar Arnfjörð Bjarmason2021-10-011-0/+16
|/
* Merge branch 'ab/detox-gettext-tests'Junio C Hamano2021-02-251-3/+3
|\
| * tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-3/+3
* | Merge branch 'js/fsck-name-objects-fix'Junio C Hamano2021-02-171-14/+12
|\ \ | |/ |/|
| * fsck --name-objects: be more careful parsing generation numbersJohannes Schindelin2021-02-101-4/+6
| * t1450: robustify `remove_object()`Johannes Schindelin2021-02-101-10/+6
* | t[01]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-1/+1
|/
* Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-111-1/+0
|\
| * t: remove test_oid_init in testsbrian m. carlson2020-07-301-1/+0
* | Merge branch 'ma/t1450-quotefix'Junio C Hamano2020-08-101-1/+1
|\ \ | |/ |/|
| * t1450: fix quoting of NUL byte when corrupting packMartin Ågren2020-08-011-1/+1
* | Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano2020-06-081-15/+28
|\ \ | |/ |/|
| * fsck: detect more in-tree d/f conflictsRené Scharfe2020-05-211-1/+1
| * t1450: demonstrate undetected in-tree d/f conflictRené Scharfe2020-05-211-0/+1
| * t1450: increase test coverage of in-tree d/f detectionRené Scharfe2020-05-211-15/+27
* | Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano2020-05-141-0/+16
|\ \ | |/
| * fsck: report non-consecutive duplicate names in treesRené Scharfe2020-05-111-0/+16
* | Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano2020-03-261-0/+24
|\ \
| * | commit: use expected signature header for SHA-256brian m. carlson2020-02-241-0/+24
| |/
* | t: drop debug `cat` callsMartin Ågren2020-02-241-1/+0
|/
* Sync with Git 2.24.1Junio C Hamano2019-12-091-0/+1
|\
| * Sync with 2.23.1Johannes Schindelin2019-12-061-0/+1
| |\
| | * Sync with 2.22.2Johannes Schindelin2019-12-061-0/+1
| | |\
| | | * Sync with 2.21.1Johannes Schindelin2019-12-061-0/+1
| | | |\
| | | | * Sync with 2.20.2Johannes Schindelin2019-12-061-0/+1
| | | | |\
| | | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-0/+1
| | | | | |\
| | | | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-0/+1
| | | | | | |\
| | | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-0/+1
| | | | | | | |\
| | | | | | | | * mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin2019-12-041-0/+1
* | | | | | | | | fsck: unify object-name codeJeff King2019-10-281-1/+1
|/ / / / / / / /
* | | | | | | | tests: remove "cat foo" before "test_i18ngrep bar foo"René Scharfe2019-10-071-16/+0
|/ / / / / / /
* | | | | | | t1450: make hash size independentbrian m. carlson2019-07-011-16/+25
|/ / / / / /
* | | | | | Merge branch 'tb/unexpected'Junio C Hamano2019-05-091-4/+0
|\ \ \ \ \ \
| * | | | | | t: move 'hex2oct' into test-lib-functions.shTaylor Blau2019-04-051-4/+0
| |/ / / / /
* | | | | | Merge branch 'jk/fsck-doc'Junio C Hamano2019-03-201-2/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fsck: always compute USED flags for unreachable objectsJeff King2019-03-051-2/+17
| |/ / / /
* | | | | prefer "hash mismatch" to "sha1 mismatch"Jeff King2019-01-081-1/+1
* | | | | Merge branch 'nd/i18n'Junio C Hamano2019-01-041-30/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fsck: mark strings for translationNguyễn Thái Ngọc Duy2018-11-121-25/+25
| * | | | read-cache.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-11-121-1/+1
* | | | | Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano2018-11-131-0/+35
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fsck: check HEAD and reflog from other worktreesNguyễn Thái Ngọc Duy2018-10-221-0/+35
| |/ / /
* | | | Adjust for 2.19.x seriesJunio C Hamano2018-10-311-2/+21
|\ \ \ \ | |/ / / |/| | |