summaryrefslogtreecommitdiffstats
path: root/t/t1450-fsck.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano2024-05-251-37/+0
|\
| * Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano2024-05-251-37/+0
| |\
| | * Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano2024-05-251-37/+0
| | |\
| | | * Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano2024-05-251-37/+0
| | | |\
| | | | * Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano2024-05-241-37/+0
| | | | |\
| | | | | * Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano2024-05-231-37/+0
* | | | | | Sync with 2.43.4Johannes Schindelin2024-04-191-0/+37
|\| | | | |
| * | | | | Sync with 2.42.2Johannes Schindelin2024-04-191-0/+37
| |\| | | |
| | * | | | Sync with 2.41.1Johannes Schindelin2024-04-191-0/+37
| | |\| | |
| | | * | | Sync with 2.40.2Johannes Schindelin2024-04-191-0/+37
| | | |\| |
| | | | * | Sync with 2.39.4Johannes Schindelin2024-04-191-0/+37
| | | | |\|
| | | | | * fsck: warn about symlink pointing inside a gitdirJohannes Schindelin2024-04-191-0/+37
* | | | | | Merge branch 'ps/ref-tests-update'Junio C Hamano2023-12-101-22/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | t: mark several tests that assume the files backend with REFFILESPatrick Steinhardt2023-11-031-3/+3
| * | | | | t1450: convert tests to remove worktrees via git-worktree(1)Patrick Steinhardt2023-11-031-4/+4
| * | | | | t: convert tests to not access symrefs via the filesystemPatrick Steinhardt2023-11-031-2/+2
| * | | | | t: convert tests to not write references via the filesystemPatrick Steinhardt2023-11-031-13/+13
* | | | | | Merge branch 'jc/test-i18ngrep'Junio C Hamano2023-11-081-40/+40
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-40/+40
| |/ / / /
* / / / / fsck: detect very large tree pathnamesJeff King2023-09-011-0/+10
|/ / / /
* | | | Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano2023-07-081-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fsck: avoid misleading variable nameEric Sunshine2023-06-291-2/+2
* | | | Merge branch 'ar/test-cleanup-unused-file-creation-part2'Junio C Hamano2023-05-101-4/+1
|\ \ \ \
| * | | | t1450: don't create unused filesAndrei Rybak2023-05-031-4/+1
| | |/ / | |/| |
* | | | Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano2023-03-171-0/+30
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | fsck: mention file path for index errorsJeff King2023-02-241-1/+19
| * | fsck: check index files in all worktreesJeff King2023-02-241-0/+12
| |/
* / t: use hash-object --literally when created malformed objectsJeff King2023-01-181-14/+14
|/
* Sync with Git 2.37.5Junio C Hamano2022-12-131-0/+24
|\
| * Merge branch 'maint-2.36' into maint-2.37Junio C Hamano2022-12-131-0/+24
| |\
| | * Merge branch 'maint-2.35' into maint-2.36Junio C Hamano2022-12-131-0/+24
| | |\
| | | * Merge branch 'maint-2.34' into maint-2.35Junio C Hamano2022-12-131-0/+24
| | | |\
| | | | * 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
* | | | | | Merge branch 'jk/rev-list-verify-objects-fix'Junio C Hamano2022-09-131-0/+28
|\ \ \ \ \ \
| * | | | | | rev-list: disable commit graph with --verify-objectsJeff King2022-09-071-0/+28
| |/ / / / /
* / / / / / upload-pack: skip parse-object re-hashing of "want" objectsJeff King2022-09-071-0/+20
|/ / / / /
* / / / / fsck: actually detect bad file modes in treesJeff King2022-08-101-0/+14
|/ / / /
* / / / object-file: fix a unpack_loose_header() regression in 3b6a8db3b03Ævar Arnfjörð Bjarmason2022-05-131-2/+11
|/ / /
* / / t1450-fsck: exec-bit is not needed to make loose object writableJohannes Sixt2022-01-131-2/+2
|/ /
* | fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason2021-10-021-3/+5
* | fsck: don't hard die on invalid object typesÆvar Arnfjörð Bjarmason2021-10-021-9/+9
* | fsck tests: test for garbage appended to a loose objectÆvar Arnfjörð Bjarmason2021-10-021-0/+20
* | fsck tests: test current hash/type mismatch behaviorÆvar Arnfjörð Bjarmason2021-10-021-0/+24
* | fsck tests: refactor one test to use a sub-repoÆvar Arnfjörð Bjarmason2021-10-021-17/+18
* | fsck tests: add test for fsck-ing an unknown typeÆvar Arnfjörð Bjarmason2021-10-021-0/+16
|/
* Merge branch 'ab/detox-gettext-tests'Junio C Hamano2021-02-261-3/+3
|\
| * tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-111-3/+3
* | Merge branch 'js/fsck-name-objects-fix'Junio C Hamano2021-02-181-14/+12
|\ \ | |/ |/|
| * fsck --name-objects: be more careful parsing generation numbersJohannes Schindelin2021-02-101-4/+6