summaryrefslogtreecommitdiff
path: root/t/t7300-clean.sh
AgeCommit message (Expand)Author
2021-05-12dir: traverse into untracked directories if they may have ignored subfilesElijah Newren
2021-05-12dir: avoid unnecessary traversal into ignored directoryElijah Newren
2021-05-12t3001, t7300: add testcase showcasing missed directory traversalElijah Newren
2021-05-12t7300: add testcase showing unnecessary traversal into ignored directoryElijah Newren
2021-02-11tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2020-01-16dir: treat_leading_path() and read_directory_recursive(), round 2Elijah Newren
2020-01-16clean: demonstrate a bug with pathspecsDerrick Stolee
2019-09-17clean: avoid removing untracked files in a nested git repositoryElijah Newren
2019-09-17clean: disambiguate the definition of -dElijah Newren
2019-09-17dir: if our pathspec might match files under a dir, recurse into itElijah Newren
2019-09-17dir: also check directories for matching pathspecsElijah Newren
2019-09-17t7300: add testcases showing failure to clean specified pathspecsElijah Newren
2019-08-26t7300-clean: demonstrate deleting nested repo with an ignored file breakageSZEDER Gábor
2019-07-19clean: show an error message when the path is too longJohannes Schindelin
2017-05-23clean: teach clean -d to preserve ignored pathsSamuel Lijin
2017-05-22t7300: clean -d should skip dirs with ignored filesSamuel Lijin
2016-05-03t7300: mark test with SANITYStefan Beller
2015-09-02Merge branch 'ee/clean-test-fixes'Junio C Hamano
2015-08-31t7300: fix broken && chainsErik Elfström
2015-08-11t7300-clean: require POSIXPERM for chmod 0 testJohannes Sixt
2015-06-15clean: improve performance when removing lots of directoriesErik Elfström
2015-06-15t7300: add tests to document behavior of clean and nested gitErik Elfström
2015-03-20t: use verbose instead of hand-rolled errorsJeff King
2014-07-02Merge branch 'maint-1.8.5' into maintJunio C Hamano
2014-07-02t7300: repair filesystem permissions with test_when_finishedJeff King
2014-03-11clean: respect pathspecs with "-d"Jeff King
2013-04-15dir.c: git-clean -d -X: don't delete tracked directoriesKarsten Blees
2012-03-15clean: preserve nested git worktree in subdirectoriesJunio C Hamano
2011-04-27Merge branch 'ar/clean-rmdir-empty'Junio C Hamano
2011-04-01clean: unreadable directory may still be rmdir-able if it is emptyAlex Riesen
2011-03-10i18n: git-clean basic messagesÆvar Arnfjörð Bjarmason
2010-11-26t7300: add a missing SYMLINKS prerequisiteJohannes Sixt
2010-11-09tests: add missing &&, batch 2Jonathan Nieder
2010-09-17t/t7300: workaround ancient touch by rearranging argumentsBrandon Casey
2010-09-04Merge branch 'ab/test-2'Junio C Hamano
2010-08-18tests: A SANITY test prereq for testing if we're rootÆvar Arnfjörð Bjarmason
2010-07-20Add test for git clean -e.Jared Hance
2010-01-13Merge branch 'nd/sparse'Junio C Hamano
2009-08-24Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy
2009-07-29clean: require double -f options to nuke nested git repository and work treeJunio C Hamano
2009-03-19t7300: fix clean up on WindowsJohannes Schindelin
2008-09-03tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan
2008-04-15git clean: Add test to verify directories aren't removed with a prefixShawn Bohrer
2008-03-08git-clean: add tests for relative pathJunio C Hamano
2008-03-04Fix test for cleanup failure in t7300 on WindowsAlex Riesen
2008-02-21git-clean: handle errors if removing files failsMiklos Vajna
2007-12-06t7300: add test for clean with wildcard pathspecJeff King
2007-11-14Merge branch 'maint'Junio C Hamano