aboutsummaryrefslogtreecommitdiffstats
path: root/t/t7300-clean.sh
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-18tests: A SANITY test prereq for testing if we're rootÆvar Arnfjörð Bjarmason1-4/+3
2010-07-20Add test for git clean -e.Jared Hance1-0/+16
2010-01-13Merge branch 'nd/sparse'Junio C Hamano1-0/+19
2009-08-23Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy1-0/+19
2009-07-29clean: require double -f options to nuke nested git repository and work treeJunio C Hamano1-0/+39
2009-03-19t7300: fix clean up on WindowsJohannes Schindelin1-3/+3
2008-09-03tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi1-36/+36
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer1-2/+2
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan1-1/+1
2008-04-14git clean: Add test to verify directories aren't removed with a prefixShawn Bohrer1-2/+3
2008-03-07git-clean: add tests for relative pathJunio C Hamano1-0/+52
2008-03-03Fix test for cleanup failure in t7300 on WindowsAlex Riesen1-1/+2
2008-02-20git-clean: handle errors if removing files failsMiklos Vajna1-0/+10
2007-12-05t7300: add test for clean with wildcard pathspecJeff King1-0/+14
2007-11-14Merge branch 'maint'Junio C Hamano1-0/+11
2007-11-14git-clean: honor core.excludesfileJunio C Hamano1-0/+11
2007-11-07Merge branch 'jc/clean-config'Junio C Hamano1-0/+9
2007-11-05Add more tests for git-cleanShawn Bohrer1-0/+105
2007-11-04clean: require -f to do damage by defaultJunio C Hamano1-0/+9
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-3/+3
2007-05-07t7300: Basic tests for git-cleanMichael Spang1-0/+180