summaryrefslogtreecommitdiff
path: root/t/t1450-fsck.sh
AgeCommit message (Expand)Author
2020-05-14Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano
2020-05-11fsck: report non-consecutive duplicate names in treesRené Scharfe
2020-03-27Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano
2020-02-24t: drop debug `cat` callsMartin Ågren
2020-02-24commit: use expected signature header for SHA-256brian m. carlson
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-04mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin
2019-10-28fsck: unify object-name codeJeff King
2019-10-07tests: remove "cat foo" before "test_i18ngrep bar foo"René Scharfe
2019-07-01t1450: make hash size independentbrian m. carlson
2019-05-08Merge branch 'tb/unexpected'Junio C Hamano
2019-04-05t: move 'hex2oct' into test-lib-functions.shTaylor Blau
2019-03-20Merge branch 'jk/fsck-doc'Junio C Hamano
2019-03-05fsck: always compute USED flags for unreachable objectsJeff King
2019-01-08prefer "hash mismatch" to "sha1 mismatch"Jeff King
2019-01-04Merge branch 'nd/i18n'Junio C Hamano
2018-11-13Merge branch 'nd/per-worktree-ref-iteration'Junio C Hamano
2018-11-12fsck: mark strings for translationNguyễn Thái Ngọc Duy
2018-11-12read-cache.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-10-31Adjust for 2.19.x seriesJunio C Hamano
2018-10-31check_stream_sha1(): handle input underflowJeff King
2018-10-31t1450: check large blob in trailing-garbage testJeff King
2018-10-22fsck: check HEAD and reflog from other worktreesNguyễn Thái Ngọc Duy
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-07-23object.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2017-10-06fsck: handle NULL return of lookup_blob() and lookup_tree()René Scharfe
2017-07-28tests: ensure fsck fails on corrupt packfilesJonathan Tan
2017-07-07Merge branch 'js/fsck-name-object'Junio C Hamano
2017-06-28t1450: use egrep for regexp "alternation"Junio C Hamano
2017-04-27t1450: avoid use of "sed" on the index, which is a binary fileJeff Hostetler
2017-04-15read-cache: force_verify_index_checksumJeff Hostetler
2017-01-31Merge branch 'jk/fsck-connectivity-check-fix'Junio C Hamano
2017-01-25t1450: use "mv -f" within loose object directoryJeff King
2017-01-17fsck: do not fallback "git fsck <bogus>" to "git fsck"Jeff King
2017-01-17fsck: tighten error-checks of "git fsck <head>"Jeff King
2017-01-17fsck: prepare dummy objects for --connectivity-checkJeff King
2017-01-17fsck: report trees as danglingJeff King
2017-01-17t1450: clean up sub-objects in duplicate-entry testJeff King
2017-01-15fsck: detect trailing garbage in all object typesJeff King
2017-01-15fsck: parse loose object paths directlyJeff King
2017-01-15t1450: test fsck of packed objectsJeff King