summaryrefslogtreecommitdiff
path: root/t/t0033-safe-directory.sh
AgeCommit message (Expand)AuthorFilesLines
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-07-30safe.directory: setting safe.directory="." allows the "current" directoryJunio C Hamano1-0/+64
2024-07-30safe.directory: normalize the configured pathJunio C Hamano1-0/+57
2024-07-30safe.directory: normalize the checked pathJunio C Hamano1-0/+57
2024-06-12Merge branch 'jc/safe-directory-leading-path'Junio C Hamano1-0/+15
2024-05-29safe.directory: allow "lead/ing/path/*" matchJunio C Hamano1-0/+15
2024-04-17builtin/clone: refuse local clones of unsafe repositoriesPatrick Steinhardt1-0/+24
2022-10-25Merge branch 'gc/bare-repo-discovery'Junio C Hamano1-0/+9
2022-10-13config: respect includes in protected configGlen Choo1-0/+9
2022-07-27leak tests: mark passing SANITIZE=leak tests as leak-freeÆvar Arnfjörð Bjarmason1-0/+1
2022-07-14safe.directory: use git_protected_config()Glen Choo1-14/+10
2022-06-27Sync with Git 2.36.2Junio C Hamano1-4/+4
2022-04-27safe.directory: document and check that it's ignored in the environmentSZEDER Gábor1-0/+15
2022-04-27t0033-safe-directory: check when 'safe.directory' is ignoredSZEDER Gábor1-0/+13
2022-04-27t0033-safe-directory: check the error message without matching the trash dirSZEDER Gábor1-1/+1
2022-04-13setup: opt-out of check with safe.directory=*Derrick Stolee1-0/+10
2022-04-13setup: fix safe.directory key not being checkedMatheus Valadares1-0/+5
2022-04-13t0033: add tests for safe.directoryDerrick Stolee1-0/+34