aboutsummaryrefslogtreecommitdiff
path: root/t/t1450-fsck.sh
AgeCommit message (Expand)Author
2026-02-23pack-check: fix verification of large objectsPatrick Steinhardt
2026-02-23t/helper: improve "genrandom" test helperPatrick Steinhardt
2026-01-12builtin/fsck: move generic HEAD check into `refs_fsck()`Patrick Steinhardt
2026-01-12builtin/fsck: move generic object ID checks into `refs_fsck()`Patrick Steinhardt
2025-10-09fsck: consider gpgsig headers expected in tagsbrian m. carlson
2025-05-16t: add lib-loose.shJeff King
2025-05-16fsck: stop using object_info->type_name strbufJeff King
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-08-14object-file: fix memory leak when reading corrupted headersPatrick Steinhardt
2024-05-24Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano
2024-05-22Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano
2024-04-19Sync with 2.43.4Johannes Schindelin
2024-04-19Sync with 2.42.2Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19Sync with 2.39.4Johannes Schindelin
2024-04-19fsck: warn about symlink pointing inside a gitdirJohannes Schindelin
2023-12-09Merge branch 'ps/ref-tests-update'Junio C Hamano
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano
2023-11-03t: mark several tests that assume the files backend with REFFILESPatrick Steinhardt
2023-11-03t1450: convert tests to remove worktrees via git-worktree(1)Patrick Steinhardt
2023-11-03t: convert tests to not access symrefs via the filesystemPatrick Steinhardt
2023-11-03t: convert tests to not write references via the filesystemPatrick Steinhardt
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-08-31fsck: detect very large tree pathnamesJeff King
2023-07-08Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano
2023-06-29fsck: avoid misleading variable nameEric Sunshine
2023-05-10Merge branch 'ar/test-cleanup-unused-file-creation-part2'Junio C Hamano
2023-05-03t1450: don't create unused filesAndrei Rybak
2023-03-17Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano
2023-02-24fsck: mention file path for index errorsJeff King
2023-02-24fsck: check index files in all worktreesJeff King
2023-01-18t: use hash-object --literally when created malformed objectsJeff King
2022-12-13Sync with Git 2.37.5Junio C Hamano
2022-12-13Merge branch 'maint-2.36' into maint-2.37Junio C Hamano
2022-12-13Merge branch 'maint-2.35' into maint-2.36Junio C Hamano
2022-12-13Merge branch 'maint-2.34' into maint-2.35Junio C Hamano
2022-12-13Merge branch 'maint-2.33' into maint-2.34Junio C Hamano
2022-12-09fsck: implement checks for gitattributesPatrick Steinhardt
2022-09-13Merge branch 'jk/rev-list-verify-objects-fix'Junio C Hamano
2022-09-07upload-pack: skip parse-object re-hashing of "want" objectsJeff King
2022-09-07rev-list: disable commit graph with --verify-objectsJeff King
2022-08-10fsck: actually detect bad file modes in treesJeff King
2022-05-12object-file: fix a unpack_loose_header() regression in 3b6a8db3b03Ævar Arnfjörð Bjarmason
2022-01-13t1450-fsck: exec-bit is not needed to make loose object writableJohannes Sixt