summaryrefslogtreecommitdiff
path: root/t/t7300-clean.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-1/+1
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-10-25Merge branch 'ps/ci-gitlab-windows'Taylor Blau1-1/+1
2024-10-09t7300-clean.sh: use test_path_* helper functions for error loggingAbraham Samuel Adekunle1-185/+185
2024-10-09t7300: work around platform-specific behaviour with long paths on MinGWPatrick Steinhardt1-1/+1
2024-04-15Merge branch 'jc/unleak-core-excludesfile'Junio C Hamano1-0/+1
2024-04-08config: do not leak excludes_fileJunio C Hamano1-0/+1
2024-03-04clean: further clean-up of implementation around "--force"Junio C Hamano1-0/+6
2023-12-09Merge branch 'ps/ref-tests-update'Junio C Hamano1-9/+14
2023-11-03t7300: assert exact states of repoPatrick Steinhardt1-9/+14
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-1/+1
2023-05-08t: drop "verbose" helper functionJeff King1-2/+2
2022-10-06Sync with 2.31.5Taylor Blau1-0/+1
2022-10-06Sync with 2.30.6Taylor Blau1-0/+1
2022-10-01t/t7NNN: allow local submodulesTaylor Blau1-0/+1
2021-05-13dir: traverse into untracked directories if they may have ignored subfilesElijah Newren1-1/+1
2021-05-13dir: avoid unnecessary traversal into ignored directoryElijah Newren1-1/+1
2021-05-13t3001, t7300: add testcase showcasing missed directory traversalElijah Newren1-0/+19
2021-05-13t7300: add testcase showing unnecessary traversal into ignored directoryElijah Newren1-0/+23
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-3/+3
2020-01-16dir: treat_leading_path() and read_directory_recursive(), round 2Elijah Newren1-1/+1
2020-01-16clean: demonstrate a bug with pathspecsDerrick Stolee1-0/+9
2019-09-17clean: avoid removing untracked files in a nested git repositoryElijah Newren1-5/+5
2019-09-17clean: disambiguate the definition of -dElijah Newren1-0/+2
2019-09-17dir: if our pathspec might match files under a dir, recurse into itElijah Newren1-2/+2
2019-09-17dir: also check directories for matching pathspecsElijah Newren1-2/+2
2019-09-17t7300: add testcases showing failure to clean specified pathspecsElijah Newren1-0/+32
2019-08-26t7300-clean: demonstrate deleting nested repo with an ignored file breakageSZEDER Gábor1-0/+22
2019-07-19clean: show an error message when the path is too longJohannes Schindelin1-0/+12
2017-05-24clean: teach clean -d to preserve ignored pathsSamuel Lijin1-1/+1
2017-05-22t7300: clean -d should skip dirs with ignored filesSamuel Lijin1-0/+16
2016-05-03t7300: mark test with SANITYStefan Beller1-1/+1
2015-09-02Merge branch 'ee/clean-test-fixes'Junio C Hamano1-12/+4
2015-08-31t7300: fix broken && chainsErik Elfström1-12/+4
2015-08-11t7300-clean: require POSIXPERM for chmod 0 testJohannes Sixt1-1/+1
2015-06-15clean: improve performance when removing lots of directoriesErik Elfström1-6/+4
2015-06-15t7300: add tests to document behavior of clean and nested gitErik Elfström1-0/+142
2015-03-20t: use verbose instead of hand-rolled errorsJeff King1-8/+2
2014-07-02Merge branch 'maint-1.8.5' into maintJunio C Hamano1-2/+2
2014-07-02t7300: repair filesystem permissions with test_when_finishedJeff King1-2/+2
2014-03-11clean: respect pathspecs with "-d"Jeff King1-0/+16
2013-04-15dir.c: git-clean -d -X: don't delete tracked directoriesKarsten Blees1-0/+34
2012-03-15clean: preserve nested git worktree in subdirectoriesJunio C Hamano1-5/+22
2011-04-27Merge branch 'ar/clean-rmdir-empty'Junio C Hamano1-0/+7
2011-04-01clean: unreadable directory may still be rmdir-able if it is emptyAlex Riesen1-0/+7
2011-03-09i18n: git-clean basic messagesÆvar Arnfjörð Bjarmason1-3/+3
2010-11-26t7300: add a missing SYMLINKS prerequisiteJohannes Sixt1-1/+1
2010-11-09tests: add missing &&, batch 2Jonathan Nieder1-1/+1
2010-09-17t/t7300: workaround ancient touch by rearranging argumentsBrandon Casey1-1/+1
2010-09-04Merge branch 'ab/test-2'Junio C Hamano1-4/+3