summaryrefslogtreecommitdiff
path: root/t/t1450-fsck.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | check_stream_sha1(): handle input underflowJeff King2018-10-311-0/+19
| * | | t1450: check large blob in trailing-garbage testJeff King2018-10-311-2/+2
* | | | Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-6/+5
|\ \ \ \
| * | | | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-6/+5
| | |/ / | |/| |
* | | | object.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-1/+1
|/ / /
* | | t: switch $_z40 to $ZERO_OIDbrian m. carlson2018-05-141-2/+2
| |/ |/|
* | fsck: handle NULL return of lookup_blob() and lookup_tree()rs/fsck-null-return-from-lookupRené Scharfe2017-10-061-0/+22
* | tests: ensure fsck fails on corrupt packfilesjt/t1450-fsck-corrupt-packfileJonathan Tan2017-07-281-0/+16
* | Merge branch 'js/fsck-name-object'Junio C Hamano2017-07-061-1/+1
|\ \
| * | t1450: use egrep for regexp "alternation"js/fsck-name-objectJunio C Hamano2017-06-281-1/+1
* | | t1450: avoid use of "sed" on the index, which is a binary filejh/verify-index-checksum-only-in-fsckJeff Hostetler2017-04-271-8/+26
* | | read-cache: force_verify_index_checksumJeff Hostetler2017-04-151-0/+13
| |/ |/|
* | Merge branch 'jk/fsck-connectivity-check-fix'Junio C Hamano2017-01-311-3/+73
|\ \
| * | t1450: use "mv -f" within loose object directoryJeff King2017-01-251-1/+1
| * | fsck: do not fallback "git fsck <bogus>" to "git fsck"Jeff King2017-01-171-0/+11
| * | fsck: tighten error-checks of "git fsck <head>"Jeff King2017-01-171-0/+5
| * | fsck: prepare dummy objects for --connectivity-checkJeff King2017-01-171-2/+27
| * | fsck: report trees as danglingJeff King2017-01-171-0/+27
| * | t1450: clean up sub-objects in duplicate-entry testJeff King2017-01-171-1/+3
* | | fsck: detect trailing garbage in all object typesJeff King2017-01-151-0/+22
* | | fsck: parse loose object paths directlyJeff King2017-01-151-0/+16
* | | t1450: test fsck of packed objectsJeff King2017-01-151-0/+21